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

docs: Fix simple typo, writeable -> writable

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

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

Resolving issue #1501

github.com/django-extensions/django-extensions - 37b356d7b113dee0e6075e2da8e6ee8cebbdbc24 authored almost 5 years ago by trbs <[email protected]>
Resolving issue #1501

github.com/django-extensions/django-extensions - 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 ...

github.com/django-extensions/django-extensions - e8d5daa06e5b6419e54d6c925f86a0adbe58ce8b authored almost 5 years ago by Bas van Oostveen <[email protected]>
Removed extra spaces on line endings.

github.com/django-extensions/django-extensions - 0448545e93b980c312da5d663c78c348dd1941b0 authored almost 5 years ago by Omen Apps <[email protected]>
Corrected order for entry of command in the docs

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

github.com/django-extensions/django-extensions - 5fafc5efed69ee2dced6d5951954d2206c5d1be1 authored almost 5 years ago by Omen Apps <[email protected]>
Minor changes to improve output formatting.

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

github.com/django-extensions/django-extensions - 103e27ea89bd36ffc9c5eccea656f49148633d07 authored almost 5 years ago by Omen Apps <[email protected]>
Merge pull request #1495 from Flimm/document_validate_templates

Improve documentation of validate_templates

github.com/django-extensions/django-extensions - 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

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

github.com/django-extensions/django-extensions - 1c3008632d8b28af0f69872ca60c254ee90051d9 authored almost 5 years ago by trbs <[email protected]>
fix language tag in po file

github.com/django-extensions/django-extensions - cf53ef5fbc09081af16bb37994d9a1d1d842afa0 authored almost 5 years ago by trbs <[email protected]>
remove keyzcar test cases

github.com/django-extensions/django-extensions - e3d7190bdc2b13c617a30fafc8fb37fb8124f800 authored almost 5 years ago by trbs <[email protected]>
make it harder to use keyczar fields

remove tests for keyczar

github.com/django-extensions/django-extensions - c557bb7b08a005df98e6c5a8309afe77442e1fd3 authored almost 5 years ago by trbs <[email protected]>
Document how to use validate_templates in tests

github.com/django-extensions/django-extensions - d3c9d3c3cb8ce7151e95c7df7c8235303871190e authored almost 5 years ago by David D Lowe <[email protected]>
Improve documentation of validate_templates

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

github.com/django-extensions/django-extensions - 481b36c40c7a1f272db41b21606c5dfdc87af37e authored almost 5 years ago by David D Lowe <[email protected]>
remove empty localizations

github.com/django-extensions/django-extensions - bc461a5fa2600ab63da0afde39faefee0d851b99 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...

github.com/django-extensions/django-extensions - cf0f84543b9ba4aa2a83b235d4e41ea82b0745d8 authored almost 5 years ago by trbs <[email protected]>
Merge pull request #1477 from jugmac00/fix-broken-import

Fix broken import

github.com/django-extensions/django-extensions - 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...

github.com/django-extensions/django-extensions - 928ebe30974562cb2183101f7eef55f3880a96ac authored almost 5 years ago by Jürgen Gmach <[email protected]>
cleanup, reorganize and more clearly list supported versions

github.com/django-extensions/django-extensions - 0ad61ae76b121344ccd2ad4bbf4af4e4b5b8f70e authored almost 5 years ago by trbs <[email protected]>
fix #1471 import of PipSession

github.com/django-extensions/django-extensions - 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...

github.com/django-extensions/django-extensions - e99eb9ced34ff93bdd42a6276598543ff0cf9d4e authored almost 5 years ago by trbs <[email protected]>
remove staticfiles

django-staticfiles is already part of Django since 1.3

github.com/django-extensions/django-extensions - 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

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

Add zh-Hans locale

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

github.com/django-extensions/django-extensions - 64ce77b803c01e2c2197ffb797ccac78051f6bee authored almost 5 years ago by daijian <[email protected]>
add zh-Hans locale

github.com/django-extensions/django-extensions - 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...

github.com/django-extensions/django-extensions - d40e81a550ab8726e1a8bd41d64cb0a9238b1f8f authored almost 5 years ago by Terence Honles <[email protected]>
use the same monkeypatching code for shell_plus and runserver_plus

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

github.com/django-extensions/django-extensions - 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

github.com/django-extensions/django-extensions - e3ec45478338603956bae8cf3a374f8bc179f919 authored almost 5 years ago by trbs <[email protected]>
be less picky out whitespace

github.com/django-extensions/django-extensions - 9e61539d539c158d3129cc0256cfbd11357739b3 authored almost 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

github.com/django-extensions/django-extensions - 44e42a50eceb2e826db29d857903d10c931852c3 authored almost 5 years ago by trbs <[email protected]>
put back things we moneypatched in shell_plus

github.com/django-extensions/django-extensions - 3b4a469662de20d0e352fbcaeeff3bf4e26bd233 authored almost 5 years ago by trbs <[email protected]>
remove useless whitespace

github.com/django-extensions/django-extensions - b55e847f42a898f204d8e2afbefc0ac688aec96a authored almost 5 years ago by trbs <[email protected]>
add -c/--command to shell_plus mirroring django's shell command

github.com/django-extensions/django-extensions - 608a0d394448313c844c3fa37ff81b0991d0ab2f authored almost 5 years ago by trbs <[email protected]>
return traceback instead of exception like other get_shell functions

github.com/django-extensions/django-extensions - 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

github.com/django-extensions/django-extensions - 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

github.com/django-extensions/django-extensions - 0212e83f2282ce37bb975a4bdd4bfadee41d5a93 authored about 5 years ago by trbs <[email protected]>
Delete redundant import

github.com/django-extensions/django-extensions - c7c5599fdbe1a03099c2b08c04ef1e295a3c3c3e authored about 5 years ago by Yeojin Kim <[email protected]>
Fix find_unique related to constraints

The value of UniqueConstraint.condition is redundant.

github.com/django-extensions/django-extensions - 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.

github.com/django-extensions/django-extensions - 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

github.com/django-extensions/django-extensions - 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

github.com/django-extensions/django-extensions - 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...

github.com/django-extensions/django-extensions - 97cdde9dde79188c606b739bb8748c3cb894625a authored about 5 years ago by Laszlo <[email protected]>
Skip the test if db backend is mysql

github.com/django-extensions/django-extensions - b8d7802677e83fb1de782973fac608084d0b5b10 authored about 5 years ago by Yeojin Kim <[email protected]>
Merge pull request #1453 from denizdogan/patch-2

Add documentation for runserver_plus settings

github.com/django-extensions/django-extensions - 502c9b4ba6ca8d8e9065ea464d21705ec44d9ef8 authored about 5 years ago by trbs <[email protected]>
Add documentation for runserver_plus settings

Fixes #1447

github.com/django-extensions/django-extensions - 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

github.com/django-extensions/django-extensions - 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)

github.com/django-extensions/django-extensions - 6c45db3b4cd120d85d0265f7c3b4a512f49f25e6 authored about 5 years ago by trbs <[email protected]>
test if tests work again now

github.com/django-extensions/django-extensions - 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

github.com/django-extensions/django-extensions - 5a21ba4e6c8b6229b867e13ec76cf60cbd3515de authored about 5 years ago by trbs <[email protected]>
Merge pull request #1452 from luismsgomes/fix-issue-1451

Fixes issue #1451

github.com/django-extensions/django-extensions - fb2590e1100d5e3b97ee1e42382d9db01705f72a authored about 5 years ago by trbs <[email protected]>
set conftest django_db_use_migrations

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

Fix error messaging in shell imports

github.com/django-extensions/django-extensions - 8dabae187edd961019b2e446f106dc57dc18ceeb authored about 5 years ago by trbs <[email protected]>
Add condition to query if condition exists

github.com/django-extensions/django-extensions - e3066a0ca3db224d87caf57ce317fad2a9b72c7a authored about 5 years ago by Yeojin Kim <[email protected]>
Add MIGRATION_MODULES

github.com/django-extensions/django-extensions - 5e181e32ccb4ce9c134006f4bbe5d1409ed28899 authored about 5 years ago by Yeojin Kim <[email protected]>
Delete redundant import

github.com/django-extensions/django-extensions - faa535921a9e0e84691c0540fb0702482ccce558 authored about 5 years ago by Yeojin Kim <[email protected]>
Fix code for backward compatibility

github.com/django-extensions/django-extensions - fac4c1be36247a35a5852307af3c91ef35cd2cab authored about 5 years ago by Yeojin Kim <[email protected]>
Fix import to avoid TypeError

github.com/django-extensions/django-extensions - c7511d969014f47a6db5a2e41858fd2c600403e9 authored about 5 years ago by Yeojin Kim <[email protected]>
import UniqueConstraint locally

github.com/django-extensions/django-extensions - 6ba16571348c5c29caa933099e83c984e73fe68b authored about 5 years ago by Yeojin Kim <[email protected]>
Add test_unique_constraint_condition

github.com/django-extensions/django-extensions - c859575095ce3fa1eea8aec008f16c87d5a7cfe6 authored about 5 years ago by Yeojin Kim <[email protected]>
Fix error messaging

github.com/django-extensions/django-extensions - 9058701bce2414488b175bcbcb00f464b032a1be authored about 5 years ago by Jake Klingensmith <[email protected]>
Fix test_find_unique

github.com/django-extensions/django-extensions - 5c4d40d6ba86cbb629f4f51a1ecb938819e2ed02 authored about 5 years ago by Yeojin Kim <[email protected]>
added mysql connector django to the mysql engines

github.com/django-extensions/django-extensions - 7f5e3aed238ed7050e3c55e02783b435ddb6248d authored about 5 years ago by Ethan J. Howell <[email protected]>
Support Django 2.2 UniqueConstraint.condition

github.com/django-extensions/django-extensions - 09f6a87f7350d1cd5c5c563ad2e5943d62f38e20 authored about 5 years ago by Yeojin Kim <[email protected]>
try using get_user_model to fix tests

github.com/django-extensions/django-extensions - 3d15d76524dcd16ee8bf66632b4a083c1e5111a3 authored about 5 years ago by trbs <[email protected]>
remove wrongly committed debug file

github.com/django-extensions/django-extensions - f624ee0ca17d7a333a93c301f30d1c03d80dbd52 authored about 5 years ago by trbs <[email protected]>
Merge pull request #1405 from tdsprogramming/permissions

Permissions

github.com/django-extensions/django-extensions - c9905ad59ed0062bda5be4f984d725dd001ddecc authored about 5 years ago by trbs <[email protected]>
fix py38-flake8 test

also fix indentation of tox file

github.com/django-extensions/django-extensions - 51b67279f2a622760c2275f90eb5c8daafd8fb34 authored about 5 years ago by trbs <[email protected]>
Merge pull request #1441 from Namingwaysway/patch-1

Add traceback logging when print_sql is enabled.

github.com/django-extensions/django-extensions - 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...

github.com/django-extensions/django-extensions - dfb362f5f3154d3f0d0a7e70d3b1d4a2fa9421a1 authored about 5 years ago by Jeremy Freeman <[email protected]>