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

Merge pull request #1585 from abhiabhi94/add-contributing

Add contributing instructions

github.com/django-extensions/django-extensions - 0d55c1a5a7084f03a8500f1b06f4bf1cdf1e9374 authored over 4 years ago by trbs <[email protected]>
Add contributing instructions

- add instruction to setup development and testing environment.

github.com/django-extensions/django-extensions - 451c9909d4fd7bc5301bf032a0b6f21982dac4cb authored over 4 years ago by abhiabhi94 <[email protected]>
refactor running tests and test runner

Should now be able to use pytest command directly as well as using
the ./manage.py test command....

github.com/django-extensions/django-extensions - 9ca3e36efca38764c1bca28d188c77f91e49e64a authored over 4 years ago by trbs <[email protected]>
add missing return statement

github.com/django-extensions/django-extensions - 0488b46f30db0e51b375bedbc035ee4ba60c8005 authored over 4 years ago by trbs <[email protected]>
check for errors retrieving the handler at the right spot

github.com/django-extensions/django-extensions - a6bd9159ba6e811d1c04d606e7309701c11f23da authored over 4 years ago by trbs <[email protected]>
Merge pull request #1581 from michael-k/requirements

Drop install/extras_require for Python < 3.5

github.com/django-extensions/django-extensions - fbd3282742cb5a7b5ca90893758397487238ca26 authored over 4 years ago by trbs <[email protected]>
Drop install/extras_require for Python < 3.5

github.com/django-extensions/django-extensions - f20bddf99215e5078b04431d7127bd885d9a4b8d authored over 4 years ago by Michael Käufl <[email protected]>
fix mock after changing imports

github.com/django-extensions/django-extensions - bdf2e51c26303c203d958a8481fbc628ba214dd8 authored over 4 years ago by trbs <[email protected]>
check errors as close as Django's runserver as possible

github.com/django-extensions/django-extensions - b45c641de267c63e6642f1ac720899c62eab7ec2 authored over 4 years ago by trbs <[email protected]>
catch any exception during check or check_migrations

github.com/django-extensions/django-extensions - 6bd286d5b9578969df7bb11a8bf092ac3b3d3a49 authored over 4 years ago by trbs <[email protected]>
remove useless pass statement

github.com/django-extensions/django-extensions - 121a9fbb569e19aeb08d0ecba59168cc9e302411 authored over 4 years ago by trbs <[email protected]>
remove disabling of line endings on stderr

this can cause error messages to missed and does not seem to serve
a purpose anymore. if it does...

github.com/django-extensions/django-extensions - d82f0081fa442e7ac16c481ad49ba6401907379c authored over 4 years ago by trbs <[email protected]>
move imports to the top of the module

github.com/django-extensions/django-extensions - 593efd32c1cb405fc3d0d9e45c595d20fb1db2e3 authored over 4 years ago by trbs <[email protected]>
refactor to more generic get_error_handler and move imports to top

github.com/django-extensions/django-extensions - 8d10c2cb4b7fc451ec806e1fc86adbfd00fff1f6 authored over 4 years ago by trbs <[email protected]>
remove trailing comma from parser.add_argument

github.com/django-extensions/django-extensions - 459428d903742497bd0b72f03e2a22c814cf94c9 authored over 4 years ago by trbs <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions into master

* 'master' of github.com:django-extensions/django-extensions:
Don't declare that non-universal...

github.com/django-extensions/django-extensions - 5c354288231f1be58d38885d17fc3890e1279afa authored over 4 years ago by trbs <[email protected]>
Merge pull request #1578 from michael-k/wheels

Don't declare that non-universal wheels are universal

github.com/django-extensions/django-extensions - d0d011caf526416b1d9e188d51fb0ed2fa4ab0b6 authored over 4 years ago by trbs <[email protected]>
Don't declare that non-universal wheels are universal

github.com/django-extensions/django-extensions - afc37efdb5b2049b7f7441662cd665714fbd8b9d authored over 4 years ago by Michael Käufl <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions into master

* 'master' of github.com:django-extensions/django-extensions:
Fixed sqlcreate message when sql...

github.com/django-extensions/django-extensions - 707f5cb2b0a7a4eb1dd0fa9842c0d095e406db52 authored over 4 years ago by trbs <[email protected]>
Remove check for SyntaxError as it does not automatically reload

github.com/django-extensions/django-extensions - 19220849cbc73e2d63348acaa8e68eae947fe315 authored over 4 years ago by trbs <[email protected]>
Merge pull request #1576 from luzfcb/patch-1

Fixed sqlcreate message when sqlite3 is used

github.com/django-extensions/django-extensions - 3d3cfcfdc1e5ebc8858916f892a87ca3f5f9e463 authored over 4 years ago by trbs <[email protected]>
if exit_code is 1 we can still raise CommandError without returncode argument even on Django < 3.1

github.com/django-extensions/django-extensions - b715590da059b294b5cfba9cd50fe435ed04cc0c authored over 4 years ago by trbs <[email protected]>
use exit-code 1 if script is not found

github.com/django-extensions/django-extensions - f34e3759cd6f78d10f0b8a3d2dac1ac320aef8ab authored over 4 years ago by trbs <[email protected]>
gh #1575 survive syntax and configuration errors

instead of exiting the command keep the reloader alive and
show the exception in werkzeug.

github.com/django-extensions/django-extensions - ae42e864438b2ec42202f608240ceb3bc4e57f58 authored over 4 years ago by trbs <[email protected]>
silence warning MySQL does not support check constraints

django_extensions.PostWithUniqField: (models.W027) MySQL does not support check constraints.

github.com/django-extensions/django-extensions - d1a8772b0fe427b0325f2af0cbe1742ae5d2d62f authored over 4 years ago by trbs <[email protected]>
fix for new version of factoryboy

github.com/django-extensions/django-extensions - 40bc3fb2bc7817b016ad3ac5fdae8d9947106a2f authored over 4 years ago by trbs <[email protected]>
remove deprecated validate(...)

github.com/django-extensions/django-extensions - 73a85b183be966edd4f04f6deaafbbee64204c3f authored over 4 years ago by trbs <[email protected]>
run Django checks() and check_migrations() before executing scripts

github.com/django-extensions/django-extensions - 6c78368e2f1d133c22778e5db6abb602307a4cbd authored over 4 years ago by trbs <[email protected]>
update runscript documentation

github.com/django-extensions/django-extensions - 43bc5802f4c07a0ff4e0222e0c25028bd3886b16 authored over 4 years ago by trbs <[email protected]>
hide traceback with --no-traceback enabled

github.com/django-extensions/django-extensions - fccbf4f0c10721289e7cb98e194c5f49799df277 authored over 4 years ago by trbs <[email protected]>
improve how runscript deals with errors and exit codes

add --continue-on-error unless set runscript will exit on errors
allow to return exit-code
suppo...

github.com/django-extensions/django-extensions - f365736031e197a0e4db2179e57440fa7465dcba authored over 4 years ago by trbs <[email protected]>
Fixed sqlcreate message when sqlite3 is used

github.com/django-extensions/django-extensions - 12d6c1e58bd07ca4e689c1b0e00575f3af4a96f0 authored over 4 years ago by Fábio C. Barrionuevo da Luz <[email protected]>
set application name on all postgresql backends

this should also solve #1570

github.com/django-extensions/django-extensions - 51fef746bafb6cffa12a47a069f2baaa4370b74f authored over 4 years ago by trbs <[email protected]>
fix exceptions must derive from BaseException error

github.com/django-extensions/django-extensions - 376f3f1d9c7c048dc83fd83bf0d5e0872917f04c authored over 4 years ago by trbs <[email protected]>
runserver_plus_started signal and allow extra watched files

added runserver_plus_started signal which allows to connect
a signal just before the werkzeug se...

github.com/django-extensions/django-extensions - 34670799efcf043e54dbe9c703bba5990f80747b authored over 4 years ago by trbs <[email protected]>
Merge pull request #1565 from luchiago/feat/add-database-option-to-deleted-squashed-migrations

Add --database option on delete squashed migrations

github.com/django-extensions/django-extensions - 48b6183c26c01363ac580e351516ea34cb095df8 authored over 4 years ago by trbs <[email protected]>
add --database option on delete squashed migrations

github.com/django-extensions/django-extensions - 32463c2f8c458f08fccd4c156314bb2483b083b2 authored over 4 years ago by Lucas Hiago <[email protected]>
Merge pull request #1566 from michael-k/django-3.1

Run tests against Django 3.1

github.com/django-extensions/django-extensions - e37a5fe5a588780be57aba12ad94995a2d0c7b09 authored over 4 years ago by trbs <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions into master

* 'master' of github.com:django-extensions/django-extensions:
Cleanup old PY2 stuff
[mock] U...

github.com/django-extensions/django-extensions - aa35e9bef792a0e3e63a2eca9b1b594a31f27e1a authored over 4 years ago by trbs <[email protected]>
use isupper() like django, wildcard support and -f,--fail

github.com/django-extensions/django-extensions - bc9b055749a2292ca3982c2b141feacc049cab5a authored over 4 years ago by trbs <[email protected]>
Run tests against Django 3.1

github.com/django-extensions/django-extensions - f473e93a541f6c61ad30e03c9588b0b20203f7e0 authored over 4 years ago by Michael Käufl <[email protected]>
Merge pull request #1555 from Djailla/compat

Cleanup old compat stuff

github.com/django-extensions/django-extensions - dba2da861b9412c1e0b67ae4b3f80df0c6bc23ea authored over 4 years ago by trbs <[email protected]>
Cleanup old PY2 stuff

github.com/django-extensions/django-extensions - 151e5e6e19144040a6c2b041770b7b9c6cf871d9 authored over 4 years ago by Bastien Vallet <[email protected]>
Merge pull request #1552 from radekwlsk/topic-1522

Fix UniqFieldMixin for CheckConstraint compatibility for Django 2.2+

github.com/django-extensions/django-extensions - a557a235c22b56202e0925476100b8eba9bf9317 authored over 4 years ago by trbs <[email protected]>
Merge pull request #1556 from Djailla/mock

[mock] Use unitest mock module now in std lib

github.com/django-extensions/django-extensions - 2af60f3c96f90722946d9991cb5b280e9d2ddc7d authored over 4 years ago by trbs <[email protected]>
Merge pull request #1557 from Djailla/warnings

[tests] Cleanup deprecation warnings

github.com/django-extensions/django-extensions - c2300249bfdced47e8a86e96660d9ea0602780ef authored over 4 years ago by trbs <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Fix id locale
Add id locale

github.com/django-extensions/django-extensions - 5cee5b7febfbb8a00c1fddd1469fd6ca245f45ce authored over 4 years ago by trbs <[email protected]>
Merge pull request #1564 from kangfend/master

Add id locale

github.com/django-extensions/django-extensions - 3cfc2a1fcab3eedc42c599469fdf0cbad8f92608 authored over 4 years ago by trbs <[email protected]>
deprecate the use of --router, use --database instead

github.com/django-extensions/django-extensions - 06953ab3b045bcb307d2988734c3a19ec982e434 authored over 4 years ago by trbs <[email protected]>
Merge pull request #1558 from johnnymetz/typo/fix-intact-spelling

Fix spelling of intact

github.com/django-extensions/django-extensions - ee47f7f5bebc5ac19f36e08bb8e558e9cdf4dbf2 authored over 4 years ago by trbs <[email protected]>
Merge pull request #1563 from kuter/update_pl_locale

update pl locale

github.com/django-extensions/django-extensions - 552626ff72b621a7545f60d25601c29b2aa001f1 authored over 4 years ago by trbs <[email protected]>
Fix spelling of intact

github.com/django-extensions/django-extensions - d9a680e2321639b189d55cb5ac77442e8553141a authored over 4 years ago by Jonathan Metz <[email protected]>
[mock] Use unitest mock module now in std lib

github.com/django-extensions/django-extensions - 58e9a54d1e405be2b9d48d6d58fdeed694100d67 authored over 4 years ago by Bastien Vallet <[email protected]>
[tests] Cleanup deprecation warnings

github.com/django-extensions/django-extensions - c8b4f1c83bbfd818540173cb42144dac4c1f3110 authored over 4 years ago by Bastien Vallet <[email protected]>
Merge pull request #1554 from tony/patch-1

show_dsn: Fix crash with django-postgres-extra

github.com/django-extensions/django-extensions - d747e09885e90d4c5f702f0bb4f0ea42e63f4eb0 authored over 4 years ago by trbs <[email protected]>
show_dsn: Fix crash with django-postgres-extra

https://django-postgres-extra.readthedocs.io/en/latest/

Manager doesn't follow the naming con...

github.com/django-extensions/django-extensions - 941f404653c22cb827c7952c46f643643a485a11 authored over 4 years ago by Tony Narlock <[email protected]>
update changelog with doc toctree change

github.com/django-extensions/django-extensions - ca5507059fe8286bd821f60a1d8c2805b4b2cea2 authored over 4 years ago by trbs <[email protected]>
InternalIPS specify CIDRs for INTERNAL_IPS

github.com/django-extensions/django-extensions - 7578aed95fa201850a3394b72ce47d89e38f08fd authored over 4 years ago by trbs <[email protected]>
Tests for compatibility with Django 2.2+ django.db.models.Model.Meta.constraints

github.com/django-extensions/django-extensions - 9a5203163a073dcc63d37549219ebe3d5953e5cd authored over 4 years ago by radoslaw.kowalski <[email protected]>
Fix compatibility with Django 2.2+ django.db.models.Model.Meta.constraints

github.com/django-extensions/django-extensions - d9866b78aef76b86f69e3cdd45cf3d073b2b3d1c authored over 4 years ago by radoslaw.kowalski <[email protected]>
Add failing test and fixture for syncdata with unique constraint

github.com/django-extensions/django-extensions - 22a05031922709744269a8f882b107548583812e authored over 4 years ago by Matt Fisher <[email protected]>
Failing test and fixture for syncdata with natural keys

github.com/django-extensions/django-extensions - 61787ff53a7e5c9e882a7bb0022c43875caad3df authored over 4 years ago by Matt Fisher <[email protected]>
remove keyczar dependency from tox

github.com/django-extensions/django-extensions - 3d4a7d3f36357f1dac93ed79ce82751c6d4a0a1e authored over 4 years ago by trbs <[email protected]>
#1547 fix honouring SHELL_PLUS setting

github.com/django-extensions/django-extensions - d777e233a1901ff0be0ec37d5de922ad013df85d authored over 4 years ago by trbs <[email protected]>
Merge pull request #1546 from michael-k/legacy

Add python_requires and remove legacy trove classifiers

github.com/django-extensions/django-extensions - 4c5ca7a3e766e3dccaec59349b9b09b6fe9cdd9c authored over 4 years ago by trbs <[email protected]>
Add python_requires and remove legacy trove classifiers

Ref commit a6907033808c9e5d06ba5a710eb119ef43ca724d

github.com/django-extensions/django-extensions - 81ead800245c5d8c4287bd6256a761fd308a5fa8 authored over 4 years ago by Michael Käufl <[email protected]>
reorder imports to fix E402

github.com/django-extensions/django-extensions - a1b23dd3388dd0d71cfa484c65668a009051e9b4 authored over 4 years ago by trbs <[email protected]>
Merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
Add backward compatibility
Use...

github.com/django-extensions/django-extensions - 71a6826f8f93a4a8e94cffe01ffde35051955ded authored over 4 years ago by trbs <[email protected]>
remove deprecated keyzcar encryption fields

github.com/django-extensions/django-extensions - ec46fe6d5f50bc8d3a2cd1b56be455e873d0dbca authored over 4 years ago by trbs <[email protected]>