Ecosyste.ms: OpenCollective

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

github.com/django-extensions/django-extensions

This is a repository for collecting global custom management extensions for the Django Framework.
https://github.com/django-extensions/django-extensions

docs: Fix simple typo, writeable -> writable

There is a small typo in django_extensions/management/utils.py, tests/management/commands/test_g...

960ec911dcdeab000a619620eb728457aca7ee63 authored almost 5 years ago by Tim Gates <[email protected]>
Merge pull request #1502 from dcecco/issue-1501-sqldiff-keyerror

Resolving issue #1501

37b356d7b113dee0e6075e2da8e6ee8cebbdbc24 authored almost 5 years ago by trbs <[email protected]>
Resolving issue #1501

b6f3fa91cf588b22b762ff290e427b632c6abe21 authored almost 5 years ago by David Cecco <[email protected]>
move notebook down the list of prefered shells

think most people would expect notebook and idle to be last in the
list since there not console ...

e8d5daa06e5b6419e54d6c925f86a0adbe58ce8b authored almost 5 years ago by Bas van Oostveen <[email protected]>
Removed extra spaces on line endings.

0448545e93b980c312da5d663c78c348dd1941b0 authored almost 5 years ago by Omen Apps <[email protected]>
Corrected order for entry of command in the docs

1d1fd79c97376c5839a0d430a56a684337813e43 authored almost 5 years ago by Omen Apps <[email protected]>
Modified command name and added listing of each model's methods

5fafc5efed69ee2dced6d5951954d2206c5d1be1 authored almost 5 years ago by Omen Apps <[email protected]>
Minor changes to improve output formatting.

29c6897908149dff123516a851659284b68c8ec6 authored almost 5 years ago by Omen Apps <[email protected]>
Merge remote-tracking branch 'django-extensions/master'

103e27ea89bd36ffc9c5eccea656f49148633d07 authored almost 5 years ago by Omen Apps <[email protected]>
Create FUNDING.yml

97c578aa1c12292582e256f88e66d4bed33dfb14 authored almost 5 years ago by trbs <[email protected]>
Merge pull request #1495 from Flimm/document_validate_templates

Improve documentation of validate_templates

1dd38e829985536019226367aae1a4569501dada authored almost 5 years ago by trbs <[email protected]>
Merge pull request #1494 from Flimm/patch-1

Remove out-of-date doc line about supported versions

c65a155c3e48994574d8457098dea7326dbb5e9d authored almost 5 years ago by trbs <[email protected]>
reintroduce django_extensions.db.fields.encrypted to shell_plus import blacklist

1c3008632d8b28af0f69872ca60c254ee90051d9 authored almost 5 years ago by trbs <[email protected]>
fix %s typo

5e999d5bcbdcff24c0a76d877207e72d9250821d authored almost 5 years ago by trbs <[email protected]>
fix language tag in po file

cf53ef5fbc09081af16bb37994d9a1d1d842afa0 authored almost 5 years ago by trbs <[email protected]>
remove keyzcar test cases

e3d7190bdc2b13c617a30fafc8fb37fb8124f800 authored almost 5 years ago by trbs <[email protected]>
make it harder to use keyczar fields

remove tests for keyczar

c557bb7b08a005df98e6c5a8309afe77442e1fd3 authored almost 5 years ago by trbs <[email protected]>
Document how to use validate_templates in tests

d3c9d3c3cb8ce7151e95c7df7c8235303871190e authored almost 5 years ago by David D Lowe <[email protected]>
Improve documentation of validate_templates

cddea4821d1f7d868ce4c576940ceb7e97cd08cc authored almost 5 years ago by David D Lowe <[email protected]>
Remove out-of-date doc line about supported versions

481b36c40c7a1f272db41b21606c5dfdc87af37e authored almost 5 years ago by David D Lowe <[email protected]>
update translation file

02c2fbf1b393782adfeececc0719e4e155ea6208 authored almost 5 years ago by trbs <[email protected]>
remove empty localizations

bc461a5fa2600ab63da0afde39faefee0d851b99 authored almost 5 years ago by trbs <[email protected]>
bumped version number

da17f5459cf0e4d9ecab206c3864234e276196bf authored almost 5 years ago by trbs <[email protected]>
v2.2.8

eb79c30abf961496f345bcd9648d7271425391ef authored almost 5 years ago by trbs <[email protected]>
remove zh_Hans for now (see #1478)

Currently gives UnicodeDecodeError error (see issue) in Python
and read-mo.c:257: invalid multib...

cf0f84543b9ba4aa2a83b235d4e41ea82b0745d8 authored almost 5 years ago by trbs <[email protected]>
bumped version number

534e0d028a1affbe20e0f211fe84e279f0b83e32 authored almost 5 years ago by trbs <[email protected]>
v2.2.7

20242e7c7362d34741c20129c70af0e640a5dd76 authored almost 5 years ago by trbs <[email protected]>
Merge pull request #1477 from jugmac00/fix-broken-import

Fix broken import

5dd14bdf86f11dd5564eabc86fd346642ffa79c4 authored almost 5 years ago by trbs <[email protected]>
Fix broken import

Werkzeug removed a deprecated way to import DebuggedApplication.

The correct import is now:
`fr...

928ebe30974562cb2183101f7eef55f3880a96ac authored almost 5 years ago by Jürgen Gmach <[email protected]>
cleanup, reorganize and more clearly list supported versions

0ad61ae76b121344ccd2ad4bbf4af4e4b5b8f70e authored almost 5 years ago by trbs <[email protected]>
fix #1471 import of PipSession

ee1c7b9518a9e8f8a4c873d61a21ac7d37d46bea authored almost 5 years ago by trbs <[email protected]>
fix #1461 always try to load StaticFilesHandler

this makes runserver_plus behave the same way as runserver.
it also fixes an issue with overridi...

e99eb9ced34ff93bdd42a6276598543ff0cf9d4e authored almost 5 years ago by trbs <[email protected]>
remove staticfiles

django-staticfiles is already part of Django since 1.3

aaf5c6930fbbc03146fc86b5fc3bb2fa9d06df62 authored almost 5 years ago by trbs <[email protected]>
Merge pull request #1462 from terencehonles/always-include-manage.py-dir-in-PYTHONPATH-for-notebooks

Always add the manage.py directory to PYTHONPATH

220d601af239bfce3d0573353bf005241c7c2743 authored almost 5 years ago by trbs <[email protected]>
Merge pull request #1464 from daimon99/master

Add zh-Hans locale

4e0d8572f26840b480b825b413e98f6f8ae893d2 authored almost 5 years ago by trbs <[email protected]>
Merge remote-tracking branch 'upstream/master'

64ce77b803c01e2c2197ffb797ccac78051f6bee authored almost 5 years ago by daijian <[email protected]>
add zh-Hans locale

3e5853d76ae23ec51c8b15cc6957007ae9223963 authored almost 5 years ago by daijian@air <[email protected]>
Always add the manage.py directory to PYTHONPATH

Checking for the manage.py directory being the current directory is not
actually needed. If the...

d40e81a550ab8726e1a8bd41d64cb0a9238b1f8f authored almost 5 years ago by Terence Honles <[email protected]>
bumb version

5208677aeb0ad9225eca1ac5d6cc3b79869f3aca authored almost 5 years ago by trbs <[email protected]>
bumped version number

d1ba10108c5a95f638208668811396007823dc48 authored almost 5 years ago by trbs <[email protected]>
update CHANGELOG

cf531c8d2f7bbe7af48d09d2455f428d598aa70e authored almost 5 years ago by trbs <[email protected]>
use the same monkeypatching code for shell_plus and runserver_plus

d89c366228adfce64d61650e9b326080e53e8916 authored almost 5 years ago by trbs <[email protected]>
only patch postgresql debug wrapper on django 3.0 or higher

42e781e6ac69943277616983679164d45163eba6 authored almost 5 years ago by trbs <[email protected]>
also patch postgresql's version of CursorDebugWrapper

move the dirty act of monkeypatching to a contextmanager

e3ec45478338603956bae8cf3a374f8bc179f919 authored almost 5 years ago by trbs <[email protected]>
be less picky out whitespace

9e61539d539c158d3129cc0256cfbd11357739b3 authored about 5 years ago by trbs <[email protected]>
use regex for test to be database independent

add SHELL_PLUS_SQLPARSE_ENABLED and SHELL_PLUS_PYGMENTS_ENABLED switches

44e42a50eceb2e826db29d857903d10c931852c3 authored about 5 years ago by trbs <[email protected]>
put back things we moneypatched in shell_plus

3b4a469662de20d0e352fbcaeeff3bf4e26bd233 authored about 5 years ago by trbs <[email protected]>
remove useless whitespace

b55e847f42a898f204d8e2afbefc0ac688aec96a authored about 5 years ago by trbs <[email protected]>
test for --print-sql

d99748ba7d31a82dd1d85cf95d161c80ff3764b6 authored about 5 years ago by trbs <[email protected]>
add -c/--command to shell_plus mirroring django's shell command

608a0d394448313c844c3fa37ff81b0991d0ab2f authored about 5 years ago by trbs <[email protected]>
return traceback instead of exception like other get_shell functions

ca24b4efe635dd41eb39a3f0eb6d2b0fd573a57a authored about 5 years ago by Bas van Oostveen <[email protected]>
Merge pull request #1455 from adamchainz/patch-1

Restore Django 3.0 classifier

4ecc6e4636d106fc045e069e70d9e22af5eb5852 authored about 5 years ago by trbs <[email protected]>
Merge pull request #1458 from yeojin-dev/fix-autoslugfield-related-with-constraints

Fix AutoSlugField and add test cases

0212e83f2282ce37bb975a4bdd4bfadee41d5a93 authored about 5 years ago by trbs <[email protected]>
Delete redundant import

c7c5599fdbe1a03099c2b08c04ef1e295a3c3c3e authored about 5 years ago by Yeojin Kim <[email protected]>
Add test cases

48482117e3f55d93f6483e70b59274f2499967e0 authored about 5 years ago by Yeojin Kim <[email protected]>
Fix find_unique related to constraints

The value of UniqueConstraint.condition is redundant.

abd95ddb45290ca20821ff934d108f4c0ac1bd6b authored about 5 years ago by Yeojin Kim <[email protected]>
Restore Django 3.0 classifier

Revert 0f0ca99c8d5f3e34399b2f6a6f920167376d7fb9 because the classifier is now available on PyPI.

0a24c2962da31fba36dc12fa673c6f5cefcba337 authored about 5 years ago by Adam Johnson <[email protected]>
Merge pull request #1449 from yeojin-dev/fix-autoslugfield

Support Django 2.2 UniqueConstraint.condition

ce740e26189f6b81674c56bc3db17ef3a4bbf03e authored about 5 years ago by trbs <[email protected]>
Merge pull request #1450 from treszkai/patch-1

Mention required change in settings.py on main page

4fe79dcc84fe6f00f01cef04d74414f1f2b4c9c0 authored about 5 years ago by trbs <[email protected]>
Mention required change in settings.py on main page

It took me quite a while to realize that the installation instructions on the main page are only...

97cdde9dde79188c606b739bb8748c3cb894625a authored about 5 years ago by Laszlo <[email protected]>
Skip the test if db backend is mysql

b8d7802677e83fb1de782973fac608084d0b5b10 authored about 5 years ago by Yeojin Kim <[email protected]>
fix whitespace

3355332238910f3f30a3921e604641562c79a0a8 authored about 5 years ago by trbs <[email protected]>
Merge pull request #1453 from denizdogan/patch-2

Add documentation for runserver_plus settings

502c9b4ba6ca8d8e9065ea464d21705ec44d9ef8 authored about 5 years ago by trbs <[email protected]>
Add documentation for runserver_plus settings

Fixes #1447

1d45f689104e731eb543bab093436ecedd78a5a0 authored about 5 years ago by Deniz Dogan <[email protected]>
Merge pull request #1446 from ethanhowell/master

added mysql connector django to the mysql engines

411ee7b0a5f5b91ccc5d8acba853a01c4dc4989b authored about 5 years ago by trbs <[email protected]>
for now mark delete_squashed_migrations tests as known to be failing (@pytest.mark.xfail)

6c45db3b4cd120d85d0265f7c3b4a512f49f25e6 authored about 5 years ago by trbs <[email protected]>
test if tests work again now

503b7b780bbd76699c80e010b342d4c81bf9e5cc authored about 5 years ago by trbs <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Fixes issue #1451

5a21ba4e6c8b6229b867e13ec76cf60cbd3515de authored about 5 years ago by trbs <[email protected]>
fix highlighting test

1d21786da2e6868d98ae34c82079e1e03ad1aa97 authored about 5 years ago by trbs <[email protected]>
Merge pull request #1452 from luismsgomes/fix-issue-1451

Fixes issue #1451

fb2590e1100d5e3b97ee1e42382d9db01705f72a authored about 5 years ago by trbs <[email protected]>
set conftest django_db_use_migrations

1d9b860ca6a25b707c0d2400a951eab5e63f8a14 authored about 5 years ago by trbs <[email protected]>
Merge pull request #1448 from jklingen92/master

Fix error messaging in shell imports

8dabae187edd961019b2e446f106dc57dc18ceeb authored about 5 years ago by trbs <[email protected]>
Fixes issue #1451

6748852a982b399fa556f95f10c9392f6b6f3cba authored about 5 years ago by Luís Gomes <[email protected]>
Add condition to query if condition exists

e3066a0ca3db224d87caf57ce317fad2a9b72c7a authored about 5 years ago by Yeojin Kim <[email protected]>
Use django.VERSION

046be87270d5bbda52816d909b64a50e363c9057 authored about 5 years ago by Yeojin Kim <[email protected]>
Add ValidationError

dfad3a1ee634bddb1b4fc4f9a11ab54298031a8f authored about 5 years ago by Yeojin Kim <[email protected]>
Fix skipif

0a6389d7e8d6105a8992a8053cff3fc777360fe7 authored about 5 years ago by Yeojin Kim <[email protected]>
Add MIGRATION_MODULES

5e181e32ccb4ce9c134006f4bbe5d1409ed28899 authored about 5 years ago by Yeojin Kim <[email protected]>
Add skipif

35ead4d9886128ca165539415b7657b64fc3e471 authored about 5 years ago by Yeojin Kim <[email protected]>
Fix bug

6a91a8bbb2c74c5fab72d2f8f0778f025bf03d02 authored about 5 years ago by Yeojin Kim <[email protected]>
Delete redundant import

faa535921a9e0e84691c0540fb0702482ccce558 authored about 5 years ago by Yeojin Kim <[email protected]>
Change TestCase

878e3b94db046d0fc0a98b7cb7bd40e11db76042 authored about 5 years ago by Yeojin Kim <[email protected]>
Fix code for backward compatibility

fac4c1be36247a35a5852307af3c91ef35cd2cab authored about 5 years ago by Yeojin Kim <[email protected]>
Fix import to avoid TypeError

c7511d969014f47a6db5a2e41858fd2c600403e9 authored about 5 years ago by Yeojin Kim <[email protected]>
import UniqueConstraint locally

6ba16571348c5c29caa933099e83c984e73fe68b authored about 5 years ago by Yeojin Kim <[email protected]>
Add test_unique_constraint_condition

c859575095ce3fa1eea8aec008f16c87d5a7cfe6 authored about 5 years ago by Yeojin Kim <[email protected]>
Fix error messaging

9058701bce2414488b175bcbcb00f464b032a1be authored about 5 years ago by Jake Klingensmith <[email protected]>
Fix test_find_unique

5c4d40d6ba86cbb629f4f51a1ecb938819e2ed02 authored about 5 years ago by Yeojin Kim <[email protected]>
added mysql connector django to the mysql engines

7f5e3aed238ed7050e3c55e02783b435ddb6248d authored about 5 years ago by Ethan J. Howell <[email protected]>
Support Django 2.2 UniqueConstraint.condition

09f6a87f7350d1cd5c5c563ad2e5943d62f38e20 authored about 5 years ago by Yeojin Kim <[email protected]>
test if this helps

3129261da6db466ae2ce180512b7946b358ca20a authored about 5 years ago by trbs <[email protected]>
try using get_user_model to fix tests

3d15d76524dcd16ee8bf66632b4a083c1e5111a3 authored about 5 years ago by trbs <[email protected]>
add encoding headers

f94ec2de06e8612ca1f02222f380213e07c9ef42 authored about 5 years ago by trbs <[email protected]>
remove wrongly committed debug file

f624ee0ca17d7a333a93c301f30d1c03d80dbd52 authored about 5 years ago by trbs <[email protected]>
Merge pull request #1405 from tdsprogramming/permissions

Permissions

c9905ad59ed0062bda5be4f984d725dd001ddecc authored about 5 years ago by trbs <[email protected]>
fix py38-flake8 test

also fix indentation of tox file

51b67279f2a622760c2275f90eb5c8daafd8fb34 authored about 5 years ago by trbs <[email protected]>
Fix styles

f5e25f87f6a904a5cce97f72915245554227fc6d authored about 5 years ago by Tanner <[email protected]>
Merge pull request #1441 from Namingwaysway/patch-1

Add traceback logging when print_sql is enabled.

01b28f00b6ea26a3eee8efa000acc77d2219ed8e authored about 5 years ago by trbs <[email protected]>
Add traceback logging when print_sql is enabled.

This has been an ongoing issue when debugging where slow or redundant database calls were happen...

dfb362f5f3154d3f0d0a7e70d3b1d4a2fa9421a1 authored about 5 years ago by Jeremy Freeman <[email protected]>
Permission tests

90d683ec0aee9982d4d0554c4a2a15637a5a6eea authored about 5 years ago by Tanner <[email protected]>