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

Merge pull request #1585 from abhiabhi94/add-contributing

Add contributing instructions

0d55c1a5a7084f03a8500f1b06f4bf1cdf1e9374 authored over 4 years ago by trbs <[email protected]>
Add contributing instructions

- add instruction to setup development and testing environment.

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....

9ca3e36efca38764c1bca28d188c77f91e49e64a authored over 4 years ago by trbs <[email protected]>
add missing return statement

0488b46f30db0e51b375bedbc035ee4ba60c8005 authored over 4 years ago by trbs <[email protected]>
check for errors retrieving the handler at the right spot

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

fbd3282742cb5a7b5ca90893758397487238ca26 authored over 4 years ago by trbs <[email protected]>
Drop install/extras_require for Python < 3.5

f20bddf99215e5078b04431d7127bd885d9a4b8d authored over 4 years ago by Michael Käufl <[email protected]>
ignore mypy warning

6fdddd39b12674f60b8f92191a7b68c8a55a7ae5 authored over 4 years ago by trbs <[email protected]>
fix mock after changing imports

bdf2e51c26303c203d958a8481fbc628ba214dd8 authored over 4 years ago by trbs <[email protected]>
check errors as close as Django's runserver as possible

b45c641de267c63e6642f1ac720899c62eab7ec2 authored over 4 years ago by trbs <[email protected]>
catch any exception during check or check_migrations

6bd286d5b9578969df7bb11a8bf092ac3b3d3a49 authored over 4 years ago by trbs <[email protected]>
remove useless pass statement

121a9fbb569e19aeb08d0ecba59168cc9e302411 authored over 4 years ago by trbs <[email protected]>
use if-else not and-or

ce5ff17385e3f12d18cca7ef41c491d892742e4a 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...

d82f0081fa442e7ac16c481ad49ba6401907379c authored over 4 years ago by trbs <[email protected]>
move imports to the top of the module

593efd32c1cb405fc3d0d9e45c595d20fb1db2e3 authored over 4 years ago by trbs <[email protected]>
refactor to more generic get_error_handler and move imports to top

8d10c2cb4b7fc451ec806e1fc86adbfd00fff1f6 authored over 4 years ago by trbs <[email protected]>
remove trailing comma from parser.add_argument

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...

5c354288231f1be58d38885d17fc3890e1279afa authored over 4 years ago by trbs <[email protected]>
v3.0.8

9f5676e342c32393cf65ee471f1cdacf4758d935 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

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

afc37efdb5b2049b7f7441662cd665714fbd8b9d authored over 4 years ago by Michael Käufl <[email protected]>
fix sqlcreate test

f99de9bf681dd7c25ed0f9dc3125324aa48955da 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:
Fixed sqlcreate message when sql...

707f5cb2b0a7a4eb1dd0fa9842c0d095e406db52 authored over 4 years ago by trbs <[email protected]>
Remove check for SyntaxError as it does not automatically reload

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

3d3cfcfdc1e5ebc8858916f892a87ca3f5f9e463 authored over 4 years ago by trbs <[email protected]>
bumped version number

5fa8167c5402c3a96797a7a95104888b6993817d 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

b715590da059b294b5cfba9cd50fe435ed04cc0c authored over 4 years ago by trbs <[email protected]>
update tests

03b8f89a5f397189041778f64754f585f6fc67b7 authored over 4 years ago by trbs <[email protected]>
v3.0.7

af72ee05863f15a8be292d077e8281405d7ee4de authored over 4 years ago by trbs <[email protected]>
use exit-code 1 if script is not found

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.

ae42e864438b2ec42202f608240ceb3bc4e57f58 authored over 4 years ago by trbs <[email protected]>
bumped version number

2ff22d2796e994fcfac9b3f0b42161ed9ef5c0fa authored over 4 years ago by trbs <[email protected]>
v3.0.6

a6edebf93f742ee7453968e594a3cfeef72e7a1a 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.

d1a8772b0fe427b0325f2af0cbe1742ae5d2d62f authored over 4 years ago by trbs <[email protected]>
fix tests

e1956f44ba1af8e6327ea305e12620a64928fb13 authored over 4 years ago by trbs <[email protected]>
fix for new version of factoryboy

40bc3fb2bc7817b016ad3ac5fdae8d9947106a2f authored over 4 years ago by trbs <[email protected]>
remove deprecated validate(...)

73a85b183be966edd4f04f6deaafbbee64204c3f authored over 4 years ago by trbs <[email protected]>
run Django checks() and check_migrations() before executing scripts

6c78368e2f1d133c22778e5db6abb602307a4cbd authored over 4 years ago by trbs <[email protected]>
update changelog

ee98301f4dd2f4af6a81892651c2825de6b83959 authored over 4 years ago by trbs <[email protected]>
update runscript documentation

43bc5802f4c07a0ff4e0222e0c25028bd3886b16 authored over 4 years ago by trbs <[email protected]>
hide traceback with --no-traceback enabled

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...

f365736031e197a0e4db2179e57440fa7465dcba authored over 4 years ago by trbs <[email protected]>
Fixed sqlcreate message when sqlite3 is used

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

51fef746bafb6cffa12a47a069f2baaa4370b74f authored over 4 years ago by trbs <[email protected]>
bumped version number

749baa87799622b71b6f517386dbf7b7afb2c97e authored over 4 years ago by trbs <[email protected]>
v3.0.5

5836b3aed316b44803c220cda858f06d38ebece1 authored over 4 years ago by trbs <[email protected]>
fix exceptions must derive from BaseException error

376f3f1d9c7c048dc83fd83bf0d5e0872917f04c authored over 4 years ago by trbs <[email protected]>
bumped version number

b09cf0be83e0a095939d423554d6b0c7699c99cb authored over 4 years ago by trbs <[email protected]>
v3.0.4

b5140165c6dcb2714a8f30e02389900711c532ee 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...

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

48b6183c26c01363ac580e351516ea34cb095df8 authored over 4 years ago by trbs <[email protected]>
add --database option on delete squashed migrations

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

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...

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

bc9b055749a2292ca3982c2b141feacc049cab5a authored over 4 years ago by trbs <[email protected]>
Run tests against Django 3.1

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

Cleanup old compat stuff

dba2da861b9412c1e0b67ae4b3f80df0c6bc23ea authored over 4 years ago by trbs <[email protected]>
Cleanup old PY2 stuff

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+

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

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

[tests] Cleanup deprecation warnings

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

5cee5b7febfbb8a00c1fddd1469fd6ca245f45ce authored over 4 years ago by trbs <[email protected]>
fix typo

a0770a7090ecce51e6aed6e805758d0872480e06 authored over 4 years ago by trbs <[email protected]>
Merge pull request #1564 from kangfend/master

Add id locale

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

06953ab3b045bcb307d2988734c3a19ec982e434 authored over 4 years ago by trbs <[email protected]>
python 3.8

e0a8da7c5ba38254ae7ad80fb1693c80837f2985 authored over 4 years ago by trbs <[email protected]>
Merge pull request #1558 from johnnymetz/typo/fix-intact-spelling

Fix spelling of intact

ee47f7f5bebc5ac19f36e08bb8e558e9cdf4dbf2 authored over 4 years ago by trbs <[email protected]>
Merge pull request #1563 from kuter/update_pl_locale

update pl locale

552626ff72b621a7545f60d25601c29b2aa001f1 authored over 4 years ago by trbs <[email protected]>
Fix id locale

a1f3bf14856deb6aa724df5dc3f3d763db862e8e authored over 4 years ago by Sutrisno Efendi <[email protected]>
update pl locale

42e3d47a614574baa83e24709103564d049dc5ec authored over 4 years ago by kuter <[email protected]>
Add id locale

896b083b2fbafd9704e564c1d23f93d64ba29805 authored over 4 years ago by Sutrisno Efendi <[email protected]>
Fix spelling of intact

d9a680e2321639b189d55cb5ac77442e8553141a authored over 4 years ago by Jonathan Metz <[email protected]>
[mock] Use unitest mock module now in std lib

58e9a54d1e405be2b9d48d6d58fdeed694100d67 authored over 4 years ago by Bastien Vallet <[email protected]>
[tests] Cleanup deprecation warnings

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

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...

941f404653c22cb827c7952c46f643643a485a11 authored over 4 years ago by Tony Narlock <[email protected]>
bumped version number

b5e98ada28b102b1d2a04648acc66627e1f2f554 authored over 4 years ago by trbs <[email protected]>
v3.0.3

8783f54fa6ecd97b6c3cb8d72fe71df585ca0a84 authored over 4 years ago by trbs <[email protected]>
update changelog with doc toctree change

ca5507059fe8286bd821f60a1d8c2805b4b2cea2 authored over 4 years ago by trbs <[email protected]>
capitalization

153b0ee806f40249957282383b0c085df616accb authored over 4 years ago by trbs <[email protected]>
restructure doc toctree

202111f9cbfeb374e52eafe527d74f4bd27e6f8e authored over 4 years ago by trbs <[email protected]>
InternalIPS specify CIDRs for INTERNAL_IPS

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

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

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

22a05031922709744269a8f882b107548583812e authored over 4 years ago by Matt Fisher <[email protected]>
Failing test and fixture for syncdata with natural keys

61787ff53a7e5c9e882a7bb0022c43875caad3df authored over 4 years ago by Matt Fisher <[email protected]>
remove keyczar dependency from tox

3d4a7d3f36357f1dac93ed79ce82751c6d4a0a1e authored over 4 years ago by trbs <[email protected]>
bumped version number

3b1ec69474b4f89dc7f29115a744a8009674d660 authored over 4 years ago by trbs <[email protected]>
v3.0.2

98cd1135701e3e17d7d2984f2e555362f88bb5db authored over 4 years ago by trbs <[email protected]>
#1547 fix honouring SHELL_PLUS setting

d777e233a1901ff0be0ec37d5de922ad013df85d authored over 4 years ago by trbs <[email protected]>
bumped version number

f0109d4b3d37d9c1e7e37748410420c4b5127236 authored over 4 years ago by trbs <[email protected]>
v3.0.1

70964497a11b4320f5e585364dfe452310e301e3 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

4c5ca7a3e766e3dccaec59349b9b09b6fe9cdd9c authored over 4 years ago by trbs <[email protected]>
Add python_requires and remove legacy trove classifiers

Ref commit a6907033808c9e5d06ba5a710eb119ef43ca724d

81ead800245c5d8c4287bd6256a761fd308a5fa8 authored over 4 years ago by Michael Käufl <[email protected]>
bumped version number

deeda7399b666d66bed605ea67a427a62f70f2d9 authored over 4 years ago by trbs <[email protected]>
v3.0.0

c6fae5a0f873f07ac9cf532893ca98959e47cec5 authored over 4 years ago by trbs <[email protected]>
reorder imports to fix E402

a1b23dd3388dd0d71cfa484c65668a009051e9b4 authored over 4 years ago by trbs <[email protected]>
update changelog

505f490076f06b7f14656e83be0f30b1a57500bf 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...

71a6826f8f93a4a8e94cffe01ffde35051955ded authored over 4 years ago by trbs <[email protected]>
remove deprecated keyzcar encryption fields

ec46fe6d5f50bc8d3a2cd1b56be455e873d0dbca authored over 4 years ago by trbs <[email protected]>