Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

djangoextensions

This is a repository for collecting global custom management extensions for the Django Framework.
Collective - Host: opensource - https://opencollective.com/djangoextensions - Code: https://github.com/django-extensions/django-extensions

Fixed import for AnonymousUser

github.com/django-extensions/django-extensions - bc28adfaeff68796c3998be38d3c9b73bfd806e4 authored about 5 years ago
Added UserPermisionsTeModelUserFieldPermissionMixinTests to tests/auth/test_mixins.py

github.com/django-extensions/django-extensions - e2438cc189b59865d4bb0d6aa0fdf6e320afd329 authored about 5 years ago
Merge pull request #1437 from Djailla/pypy

[pypy] Use default travis PyPy version

github.com/django-extensions/django-extensions - edd461630d1b4708e8ba3ecdc9c9e107e14fbfdb authored about 5 years ago
[pypy] Bump pypy tested version to 7.2.0

github.com/django-extensions/django-extensions - 81580253899dac375378a8ffbb0777b842e7beab authored about 5 years ago
django 3.0 is not a classifier yet

github.com/django-extensions/django-extensions - 0f0ca99c8d5f3e34399b2f6a6f920167376d7fb9 authored over 5 years ago
xenial is the default distro now in travis

github.com/django-extensions/django-extensions - def410bdef41cb058d733abf0c43e23fb59e3b07 authored over 5 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Support unique_together with Ran...

github.com/django-extensions/django-extensions - 95aa382ba99daaad092089ce56844acb450054c9 authored over 5 years ago
allow to configure fields, order_by and full_name function in export_emails

github.com/django-extensions/django-extensions - baa62556c4da0ee6eeede30f6b9ef32aed88a4ee authored over 5 years ago
add admin_generator to toc

github.com/django-extensions/django-extensions - ff3a671647b2a6054b3909067beec0c2972b2b86 authored over 5 years ago
Merge pull request #1430 from swt2c/random_char_unique_together

Support unique_together with RandomCharField

github.com/django-extensions/django-extensions - 762438a6495aa315be948c5503689079b33f3d9b authored over 5 years ago
Support unique_together with RandomCharField

AutoSlugField already supports unique_together through find_unique() in
UniqueFieldMixin. Add s...

github.com/django-extensions/django-extensions - 42008d6db5929a1062e6ca9ca08c139755df293a authored over 5 years ago
Merge pull request #1428 from ErwinJunge/import-static-dj22-broken

Fix import of `static` for django >= 2.1

github.com/django-extensions/django-extensions - e1040d5453480635830c53147412326e28ad5e37 authored over 5 years ago
Fix import of `static` for django >= 2.1

github.com/django-extensions/django-extensions - 0a7c5fc3bc2149a2f8eebf8cb1cf8bada7995568 authored over 5 years ago
Merge pull request #1426 from mvbrn/master

add Django 3.0 to the text matrix

github.com/django-extensions/django-extensions - 89077d5c68469fd21cff94476f65cb57263b3a88 authored over 5 years ago
add Django 3.0 to the text matrix

github.com/django-extensions/django-extensions - 13b12e335c600dd5ba0a0140e76af95bd9519d77 authored over 5 years ago
Merge pull request #1419 from karranb/karran/feat/print_user_for_session-backend

Feat: use session backend on print user for session command

github.com/django-extensions/django-extensions - f7eacd2263a1069c61bbee316e9c32cf22fa121f authored over 5 years ago
Style: remove extra blank lines

github.com/django-extensions/django-extensions - aa06bb3b68582d5c449b8e7bf17bb2675a1655e4 authored over 5 years ago
Feat: use django auth constants to get user session information

github.com/django-extensions/django-extensions - 34267e92c2ec15a985511eaf80facc4d48d2fb0c authored over 5 years ago
Merge pull request #1420 from NyanKiyoshi/docs/update-include-exclude-combination

Updated docs to mention the possibility of combining include and exclude

github.com/django-extensions/django-extensions - d889269b29051921efe07e2c9e06491bca03c2ff authored over 5 years ago
Updated docs to mention the possibility of combining include and exclude

Ref: https://github.com/django-extensions/django-extensions/pull/1410

github.com/django-extensions/django-extensions - 47ce9c221da0a8ae1771a41d6b24b2510f5cecb2 authored over 5 years ago
Merge pull request #1418 from karranb/karran/fix/turn-find_unique-overridable

Karran/fix/turn find unique overridable

github.com/django-extensions/django-extensions - e91918f23a7d5ddb6435ae64bbe979b9005d437a authored over 5 years ago
Style: remove unused import

github.com/django-extensions/django-extensions - 25dad78e137e3aa9e00fa6ab4dbf8fc4b8d53d62 authored over 5 years ago
Style: keep old blank line

github.com/django-extensions/django-extensions - f89973b2028b43092c3d44c911f25449718d9e43 authored over 5 years ago
Feat: use session backend on print user for session command

github.com/django-extensions/django-extensions - 829e35cf677462a0eb574516bf7e04e377f1441e authored over 5 years ago
Fix: overrided find unique test method python 2 compability

github.com/django-extensions/django-extensions - f744dac6b965c795d5a806b7921236d8c68cf4cf authored over 5 years ago
Merge pull request #1417 from B4dM4n/notes-command

don't replace . for template dirs in the notes command

github.com/django-extensions/django-extensions - e30b30c9a5c688b41e39b0e1e9dba1e5f0589adf authored over 5 years ago
Fix: turn autoslug field find unique method overrideable

github.com/django-extensions/django-extensions - a8efd09e0c8ba03d55de1e778f7866871a4f0e64 authored over 5 years ago
improve test_notes.py for template dirs

github.com/django-extensions/django-extensions - 21479c62c148cf01f56fbc3c9c108cc943b66fa9 authored over 5 years ago
don't replace . for template dirs in the notes command

github.com/django-extensions/django-extensions - 7f98181d33795d1cf3198b816100953027f6100d authored over 5 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
sqlcreate: postgis support to be...

github.com/django-extensions/django-extensions - 8bc17b395b24a2b733d8035c270ae0c97e4909e4 authored over 5 years ago
documentation for SHELL_PLUS_PRINT_SQL_TRUNCATE = None

github.com/django-extensions/django-extensions - b9611b573ad2084eae7dbf4a6c929f9fd4c9c0ee authored over 5 years ago
Merge pull request #1412 from ekeydar/master

sqlcreate: postgis support to behave like postgres

github.com/django-extensions/django-extensions - 01297abc4cb8f67a80406e549fa99bd302bf240a authored over 5 years ago
sqlcreate: postgis support to behave like postgres

github.com/django-extensions/django-extensions - d680e1c32004fce105a1c1d4367463cf3c05326e authored over 5 years ago
allow to disable truncation of raw sql by using SHELL_PLUS_PRINT_SQL_TRUNCATE = None

github.com/django-extensions/django-extensions - 4d52cb9faea958348fd010beae077c60b6abbf47 authored over 5 years ago
Merge pull request #1410 from NyanKiyoshi/feature/graph-models/combined-include-exclude

Graph-models now permit the combination of includes and excludes

github.com/django-extensions/django-extensions - 038c1823e6865e677f3ce8b94162f20f401c0a40 authored over 5 years ago
Graph-models now permit the combination of includes and excludes

This change allows users to provide both --include (-I) and
--exclude (-X) to filter given wildc...

github.com/django-extensions/django-extensions - 24f7254335b7383d0ecbb0a13d36734a398b13c1 authored over 5 years ago
Merge pull request #1404 from xurble/mysql_dupe_definitions

sqldiff - mysql code can duplicate AUTO_INCREMENT and UNSIGNED

github.com/django-extensions/django-extensions - 52cbf38144109a705f6932dd996540b66f014494 authored over 5 years ago
Removed UserQueryListMixin

github.com/django-extensions/django-extensions - 0bd54fb3a59400d862ceb4fc5ef1264a3a7c6842 authored over 5 years ago
Add UserPermissionMixin and UserQueryListViewMixin

github.com/django-extensions/django-extensions - 2ae9cb999b8922fca097bdaebecef3c470d05906 authored over 5 years ago
Fix typo in print_settings.rst

github.com/django-extensions/django-extensions - 3c9421a4dfc6ce1def1fc354e56d90a55320e57b authored over 5 years ago
sqldiff - mysql code can duplicate AUTO_INCREMENT and UNSIGNED statements

github.com/django-extensions/django-extensions - 9c5ebc914e41f0f923db87d00b83a96a1ef84d1e authored over 5 years ago
Merge pull request #1402 from jdzero/patch-1

Adds missing GIS engine for MySql to defaults.

github.com/django-extensions/django-extensions - b1f0a4761ff7f1514d94c0cf789d468d2dcfe477 authored over 5 years ago
Adds missing GIS engine for MySql to defaults.

github.com/django-extensions/django-extensions - caa76895a75a0b4b3ad7ec1983830b493134c0db authored over 5 years ago
use side_effect instead of return_value

github.com/django-extensions/django-extensions - 79f7219310a5e510db550ca3d2d118b69596d9c0 authored over 5 years ago
install mysqlclient for mysql tests

github.com/django-extensions/django-extensions - 3e1fb0cc402f49e3d3f0a90b643b19eb32d1d618 authored over 5 years ago
compatibility with django < 2.1

github.com/django-extensions/django-extensions - 8fe98657b72c75eb935cdcaf904ff9273863efc7 authored over 5 years ago
mock format_field_names and fix messages

github.com/django-extensions/django-extensions - 77e1a4795e18e41d46cacb542b28708c150f2820 authored over 5 years ago
Merge pull request #1399 from LanghaniKuldeep/ticket_1394_tests

Ticket-1394- Added Mysql format_field_names testcase

github.com/django-extensions/django-extensions - dccca70587848a9409220e59cba56d5fc7e9a68d authored over 5 years ago
Merge pull request #1400 from avenet/master

Updated GoDjango video url

github.com/django-extensions/django-extensions - df12db837483cc72092b60b2fb2b9a5a71ae14d0 authored over 5 years ago
Updated GoDjango video url

GoDjango site does not exist anymore, so the URL for the screencast was not working.

github.com/django-extensions/django-extensions - 6b269ce18edb21706771c5e0c7cd8ed0fc4f1ff8 authored over 5 years ago
Added test for sql_to_dict for test_format_fields

github.com/django-extensions/django-extensions - bc0aeb08ac06d1e80970f20d952c8cd900d6609d authored over 5 years ago
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Ticket 1394 -- Used lower case f...

github.com/django-extensions/django-extensions - bcc6f0f06e2234aef959d9a177981677edc85760 authored over 5 years ago
move loading of database metadata into `load` method instead of __init__

github.com/django-extensions/django-extensions - 88901577aab01260810d067aa27093dfc507168b authored over 5 years ago
Added Mysql format_field_names testcase

github.com/django-extensions/django-extensions - f7fc880026ce58db5d082a7ecffe18a2b6429f81 authored over 5 years ago
Merge pull request #1398 from nasirhjafri/issue_1394

Ticket 1394 -- Used lower case fields for MySQL

github.com/django-extensions/django-extensions - 682402b7dcb08f471fecb50a3b4279a4c994afaa authored over 5 years ago
Ticket 1394 -- Used lower case fields for MySQL

github.com/django-extensions/django-extensions - d254fbaa705efdd40257a1ac01b0ec49a5d60a81 authored over 5 years ago
ignore older versions of python for drf test

github.com/django-extensions/django-extensions - 96ab1d2e663be880f07b9da7791a27bfd43c6737 authored over 5 years ago
fix for new versions of pytest

github.com/django-extensions/django-extensions - 677d54c74267599b72e673f6d7cf50e36cb8ecd2 authored over 5 years ago
Merge pull request #1389 from Offpics/patch-2

Update graph_models.rst

github.com/django-extensions/django-extensions - ecc33419062d5b190fd25ed7134ffbff03aa70bd authored over 5 years ago
Update graph_models.rst

Add example usage of --arrow-shape in graph_models.rst

github.com/django-extensions/django-extensions - d98f4b143ef0ae7c741e449b19ad36c0d84430c6 authored over 5 years ago
Merge pull request #1388 from Offpics/add_arrow_shape

Add arrow_shape argument in graph_models

github.com/django-extensions/django-extensions - d6d07584004f2a1fa0734edfc144fcf37f33ac4b authored over 5 years ago
Add choices to arrow_shape arg in graph_models

github.com/django-extensions/django-extensions - 80a174b0b37744b91037bc359dc6011d20667538 authored over 5 years ago
Fix support for python<3.6

github.com/django-extensions/django-extensions - 75f523fd93db11c0bf0c08d9dbb53fe54e87fe0a authored over 5 years ago
Add arrow_shape argument in graph_models

github.com/django-extensions/django-extensions - 1e9658753debb563d9b96aea654c18b2e5433d8c authored over 5 years ago
Merge pull request #1387 from Offpics/fix_comments

Fix comments

github.com/django-extensions/django-extensions - e3310ad728cfd45a3ad9e3469bf7899e40077d9a authored over 5 years ago
Add missing dots in comments

github.com/django-extensions/django-extensions - 5f18fdc48eba5eac44f1ca643bd6c0310bc4c087 authored over 5 years ago
Fix comment to a complete sentence

github.com/django-extensions/django-extensions - fee321003d1471911c431d7f50f34828750a83cf authored over 5 years ago
Merge pull request #1386 from matpfernandes/matpfernandes/admin-widget

feat(ForeignKeySearchInput): wrap media files in static()

github.com/django-extensions/django-extensions - 0a8af585cec6adefbfac1173ef8707cc8b99e50b authored over 5 years ago
feat(ForeignKeySearchInput): fix identation

github.com/django-extensions/django-extensions - dc6a8746fb1e6bb21a1b84724fedfd8c44e5fc18 authored over 5 years ago
feat(ForeignKeySearchInput): wrap media files in static()

github.com/django-extensions/django-extensions - bea5cdf2433436458d81885df04e8676ef637425 authored over 5 years ago
Merge pull request #1298 from yeojin-dev/patch-dumpscript

Fix orm_item_locator to use dateutil

github.com/django-extensions/django-extensions - e6df1174826f705e0a377048ff7ad1d55ab263b7 authored over 5 years ago
Merge pull request #1385 from yeojin-dev/fix-typo

Fix typo

github.com/django-extensions/django-extensions - e2a221b0cd0a71ed80c067e845cc22e5a9c5d668 authored over 5 years ago
Use Note and Club model instead of get_user_model()

github.com/django-extensions/django-extensions - bddf51f51077720a1ab3169cfce5dcf2fd18be82 authored over 5 years ago
Replace settings.AUTH_USER_MODEL with get_user_model()

github.com/django-extensions/django-extensions - c8d13edbf93a4febd46adec130ab0bb052454cb5 authored over 5 years ago
Merge branch 'master' into patch-dumpscript

github.com/django-extensions/django-extensions - 6a27fa25add49fca5755f84db7e97a0a3fe2595e authored over 5 years ago
Add StrToCodeChanger class

github.com/django-extensions/django-extensions - fb02678ec8a6e378ae5ed78f0e367f1d29328711 authored over 5 years ago