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

ignore failing get_installed_distributions import for mypy

github.com/django-extensions/django-extensions - 9df9140dd96099ced6f709bd3e089fee8b011e05 authored about 3 years ago by trbs <[email protected]>
crude way slow down to avoid HTTPTooManyRequests

github.com/django-extensions/django-extensions - ffa252eeaa8c08ff048ba17ff5cbd36cb609d79e authored about 3 years ago by trbs <[email protected]>
fix for removed get_installed_distributions function

This is a very dumb solution and we are cluttering the imports a lot.
Much better would be to re...

github.com/django-extensions/django-extensions - 589a8910e4e6e6f7f292a9605524ff0ed0a4b53f authored about 3 years ago by trbs <[email protected]>
Add --sql-truncate cli modifier (#1687)

* Add --sql-truncate cli modifier

* Make getting truncate setting more explicit

github.com/django-extensions/django-extensions - f9b220c967caf0d94f76513a41d4cecaca8342de authored about 3 years ago by Niccolò Mineo <[email protected]>
Add support for Python 3.10 (#1684)

* Swap Python 3.10 for 3.9 in GH action workflows

* add py310 to tox.ini

* add Python 3.10...

github.com/django-extensions/django-extensions - ce45cad6d0c544b427fe31ea2c10b0f1138a9be9 authored about 3 years ago by Josh <[email protected]>
Add --rankdir to graph_models (#1580)

* Add --rankdir to graph_models

Closes #1567

* Update graph_models.rst to include --rankdi...

github.com/django-extensions/django-extensions - 6cdf84e323e98d7aca9003c6f651f0675e2b6885 authored over 3 years ago by Paweł Polewicz <[email protected]>
install types-* packages for mypy

github.com/django-extensions/django-extensions - 180d3eee45020db72a84485defbceef23d520b98 authored over 3 years ago by trbs <[email protected]>
type ignore backwards compatible imports

github.com/django-extensions/django-extensions - 3069d7003ccd2d666acbd085e8505a2b5f45b824 authored over 3 years ago by trbs <[email protected]>
fix for https://github.com/pypa/pip/issues/9827 and CVE-2021-28363

github.com/django-extensions/django-extensions - e5260c5dc3b8314a6e79e3d560b4edbc143c9963 authored over 3 years ago by trbs <[email protected]>
Fix django.contrib.sites detection in set_default_site command when using AppConfig in INSTALLED_APPS: (#1662)

django.contrib.sites application can be specified in installed
application list either via its ...

github.com/django-extensions/django-extensions - 1a1e50e2bfd8357e88052aec55249a3ff97b2cf3 authored over 3 years ago by Branko Majic <[email protected]>
Fix name of mixin in docs (#1661)

Docs were referencing a class called UserPermissionMixin but it is actually called ModelUserFiel...

github.com/django-extensions/django-extensions - c17f8a543551bd5c98b6b66a694a488fa292a93f authored over 3 years ago by Ryan Wilson-Perkin <[email protected]>
fix: Handle warnings for default_app_config (#1654)

- they are only defined for django versions < 3.2

github.com/django-extensions/django-extensions - a85bcac8687d52a8c2f47e3ff77b03525d7307d7 authored over 3 years ago by Abhyudai <[email protected]>
Fix sqldiff for missing field/index in model case (#1651)

When both the field and index are missing from the model, the function
would error out. Instead...

github.com/django-extensions/django-extensions - 912fcc8564e70d9437323d88787f091cf6fdc06d authored over 3 years ago by Oleg Pesok <[email protected]>
Run tests against Django 3.2 (#1648)

* Run tests against Django 3.2

* Silence system check 'models.W042' in tests

* Fix detecti...

github.com/django-extensions/django-extensions - 30790483db0ac00b421d0b29ad9a0ac71ec76c7e authored over 3 years ago by Michael K <[email protected]>
merge branch 'master' of github.com:django-extensions/django-extensions

* 'master' of github.com:django-extensions/django-extensions:
fix shell_plus --command globals...

github.com/django-extensions/django-extensions - bf745e283107ba3bdf32b4c94b718c4861c8283d authored over 3 years ago by trbs <[email protected]>
fix shell_plus --command globals / locals error

When running a "more complex" command via `--command` shell_plus has
historically passed an empt...

github.com/django-extensions/django-extensions - fe5f9611723d7fcc70880adc87ea552f266d120e authored over 3 years ago by Terence D. Honles <[email protected]>
Merge commit '2c08a51'

* commit '2c08a51':
v3.1.1.post1 added minimum Django>=2.2 version

github.com/django-extensions/django-extensions - 29af891bd0815b0e18bad859c5a0fac211ed1972 authored over 3 years ago by trbs <[email protected]>
v3.1.1.post1 added minimum Django>=2.2 version

github.com/django-extensions/django-extensions - 2c08a516be5c775340640ea65e3464359bf03177 authored over 3 years ago by trbs <[email protected]>
Set minimum django version

github.com/django-extensions/django-extensions - b93fd6b1e59aea8411f273e29dce17fd5462e59b authored over 3 years ago by Mike Lissner <[email protected]>
Have drop_test_database delete all cloned test databases (#1637)

When using the --parallel flag on 'manage.py test', multiple test
databases are created. Previo...

github.com/django-extensions/django-extensions - a4ab8654a80f21cbcf4cd6e7de4c812b3b55f956 authored over 3 years ago by Christian Abbott <[email protected]>
Gh actions badges (#1647)

gh-actions-badges

github.com/django-extensions/django-extensions - ef3b3abe3c3d6563b73633bd25e3ff3ac9716661 authored over 3 years ago by trbs <[email protected]>
Gh actions (#1646)

use github actions instead of travis

github.com/django-extensions/django-extensions - 7f34f4784fc71c6611c8f6e5942447049dda4fe2 authored over 3 years ago by trbs <[email protected]>
Merge pull request #1643 from stanulilic/patch-1

Fix typos

github.com/django-extensions/django-extensions - ae70defe043059391341309c4104e36dfd923e00 authored over 3 years ago by trbs <[email protected]>
Fix typos

I fixed a few typos I noticed when I was reading the document.

github.com/django-extensions/django-extensions - 2906580aab0731d062a6a5a5818d20df6631a28d authored over 3 years ago by Stanley Ulili <[email protected]>
Merge pull request #1632 from terencehonles/do-not-intermingle-jupyter-and-ipython-history

update shell_plus to not save ipython history when using Jupyter

github.com/django-extensions/django-extensions - 01b6ea80af90d3d848a44d7e72157ae6db3d5e0b authored almost 4 years ago by trbs <[email protected]>
update shell_plus to not save ipython history when using Jupyter

xref: https://github.com/jupyter/notebook/issues/3001#issuecomment-429760689

github.com/django-extensions/django-extensions - 2b7033722851b7dcb8de9c295e5440dc7f382075 authored almost 4 years ago by Terence D. Honles <[email protected]>
Merge pull request #1631 from benholtzmansmith/patch-1

Fix spelling mistake in shell_plus ReadMe

github.com/django-extensions/django-extensions - 75769633c957561d8c6ed7d87c0891705d5165c7 authored almost 4 years ago by trbs <[email protected]>
Fix spelling mistake.

github.com/django-extensions/django-extensions - 432558a082f7d25a2a4aa7c142b7f8384b5d551f authored almost 4 years ago by Ben Smith <[email protected]>
rework syntax color test to break less between different versions of pygments

github.com/django-extensions/django-extensions - d2da22b51d2996c20a159d6cc16a77ea2b861939 authored almost 4 years ago by trbs <[email protected]>
remove python2.x style unicode strings

github.com/django-extensions/django-extensions - 0512313e438a511ebdeb9cf273e46ff8eda5bda8 authored almost 4 years ago by trbs <[email protected]>
test with different addrport

github.com/django-extensions/django-extensions - 9c8601112db023546425e84084781df606bf277c authored almost 4 years ago by trbs <[email protected]>
fix missing addrport argument

github.com/django-extensions/django-extensions - cb95ac74f229f8112dc2773135b98a0fe1a38aa9 authored almost 4 years ago by trbs <[email protected]>
Merge pull request #1616 from terencehonles/update-shell_plus-for-jupyterlab-3

update shell_plus for jupyterlab 3

github.com/django-extensions/django-extensions - bccecdf83a24355cd971783bff0012755a97b5dc authored almost 4 years ago by trbs <[email protected]>
Merge pull request #1625 from ulgens/python_39

Add Python 3.9 to tests

github.com/django-extensions/django-extensions - d2dd7a9b57bfe5a362824fc4142ae793f683d852 authored almost 4 years ago by trbs <[email protected]>
Add missing items in the test matrix

github.com/django-extensions/django-extensions - c6d8179755b3747e25cdfddbfe96a923c32bfb01 authored almost 4 years ago by Ülgen Sarıkavak <[email protected]>
Add Python 3.9 to tests

github.com/django-extensions/django-extensions - 003fa6f28a81c49c3480bc89a8b868121e47df28 authored almost 4 years ago by Ülgen Sarıkavak <[email protected]>
Merge pull request #1624 from ulgens/remove_redundant_markers

Remove redundant markers

github.com/django-extensions/django-extensions - 85d4c996d8b80661d56f5fed1d34577a4649e715 authored almost 4 years ago by trbs <[email protected]>
Remove unused imports

github.com/django-extensions/django-extensions - 120b55aa40a1021685da03d52db1a6247243cdbd authored almost 4 years ago by Ülgen Sarıkavak <[email protected]>
Remove Django<1.10 only test

Django<1.10 is not supported

github.com/django-extensions/django-extensions - 3645850ba5bcc362fc23dffa924dc357fe95c319 authored almost 4 years ago by Ülgen Sarıkavak <[email protected]>
Remove Django<=2.0 skip test check

DDjango<=2.0 is not supported

github.com/django-extensions/django-extensions - bfa4e4ca03f7852161859a62c1c7ec47bd838220 authored almost 4 years ago by Ülgen Sarıkavak <[email protected]>
Remove python<3.6 skip test check

python<3.6 is not supported

github.com/django-extensions/django-extensions - 291eb02317b6b7e750e61edf19e0a93003ab1d33 authored almost 4 years ago by Ülgen Sarıkavak <[email protected]>
Remove Django<=1.10 skip test check

Django<=1.10 is not supported

github.com/django-extensions/django-extensions - fd77895e11bc7ef966b8a25adf99eca011e2de61 authored almost 4 years ago by Ülgen Sarıkavak <[email protected]>
#1623 fix breaking tests due to style change in pygments

github.com/django-extensions/django-extensions - 2356958fb6e2fee7530eb642f39c326fa2e94f2a authored almost 4 years ago by trbs <[email protected]>
Merge pull request #1622 from ulgens/drop_py35

Remove deprecated Python version (3.5)

github.com/django-extensions/django-extensions - 3ca5dd441f7cba36663c2d9992845ba54d68807a authored almost 4 years ago by trbs <[email protected]>
Remove deprecated Python version (3.5)

github.com/django-extensions/django-extensions - 8c42af26894cb0b298c384c153a2e35b4ceee14b authored almost 4 years ago by Ülgen Sarıkavak <[email protected]>
update shell_plus for jupyterlab 3

github.com/django-extensions/django-extensions - f8afd65bf35ab71e0a5afc579fa7e2b493d9a932 authored almost 4 years ago by Terence D. Honles <[email protected]>
Merge pull request #1612 from hwalinga/docs-deprecate-passwd

DOC: Make notion of deprecated passwd in docs.

github.com/django-extensions/django-extensions - fe74542d51e5f1d780bba01de80f6bdca9437135 authored about 4 years ago by trbs <[email protected]>
Make notion of deprecated passwd in docs.

github.com/django-extensions/django-extensions - 53d07c9be88effc7eb3c0ec08c2260f11740e7bf authored about 4 years ago by Hielke Walinga <[email protected]>
Merge pull request #1611 from rajUwU/master

Fixed Spilling of text over the background

github.com/django-extensions/django-extensions - d914d27c990c5b70a549538ea260fe8af00bfdcd authored about 4 years ago by trbs <[email protected]>
Add literal block

Values in the settings section are in a code block now.

github.com/django-extensions/django-extensions - 3878a5a760aaa817f165f9ac3c2ceeec068814d1 authored about 4 years ago by Rajat Chauhan <[email protected]>
Merge pull request #1610 from sdementen/master

proposal for issue #1577

github.com/django-extensions/django-extensions - 91e1287eb2facdb18ae51f250f2ad058787252ba authored about 4 years ago by trbs <[email protected]>
Added breaks under settings section.

github.com/django-extensions/django-extensions - 5a1a0e6267c91995397ae5b9c8a7bc027f7936e9 authored about 4 years ago by Rajat Chauhan <[email protected]>
Corrected a link placement

Tweaked a sentence to fit the link inside the page

github.com/django-extensions/django-extensions - 7b65f8640c64d269bfe7a54013c75bc9381b3cc0 authored about 4 years ago by Rajat Chauhan <[email protected]>
Shifted the Link under Depreciation.

The link in Depreciation shifted to fit the background

For more information see:

github.com/django-extensions/django-extensions - fa56d317356f78bb58f7504e31c03d2ce4e70ba7 authored about 4 years ago by Rajat Chauhan <[email protected]>
simpler fix based on trbs suggestion + update doc

github.com/django-extensions/django-extensions - c7bd25c631b409388ef2b8e4ddbd1b685cc0ec9b authored about 4 years ago by GFJ138 <[email protected]>
workaround for <py38 as 'extend' action not yet present

github.com/django-extensions/django-extensions - 57e8c3427801fb8c0defa37058784e5a5ed276c6 authored about 4 years ago by GFJ138 <[email protected]>
fix issue #1577

- add option --app-labels
- get default for app_label from GRAPH_MODELS["app-labels"]
- support b...

github.com/django-extensions/django-extensions - 7345d283e6467872b2672e05b5c94d1ded5eb3f1 authored about 4 years ago by GFJ138 <[email protected]>
Merge pull request #1605 from omaraltayyan/patch-1

fix issue with RUNSERVER_PLUS_EXTRA_FILES setting parsing

github.com/django-extensions/django-extensions - fa73528f8748fa6e446bbec692d9730a2190471c authored about 4 years ago by trbs <[email protected]>
fix issue with RUNSERVER_PLUS_EXTRA_FILES setting parsing

django's setttings don't support subscript access which causes an exception in django 3.1 if thi...

github.com/django-extensions/django-extensions - c3a587cd5dc35a416940e30abd035894cf8ff4b5 authored about 4 years ago by Omar Altayyan <[email protected]>
Merge pull request #1598 from 2xyo/patch-1

Fix typo in --noinput argument

github.com/django-extensions/django-extensions - 5b1e099b5b5d07fa2cbbb3c56430121b2db6abca authored about 4 years ago by trbs <[email protected]>
Fix typo in --noinput argument

github.com/django-extensions/django-extensions - e9498c82ec68a90bae21ab8ed1fdea8b9774a747 authored about 4 years ago by 2*yo <[email protected]>
#1594 support python3.9 by special casing the abstract class error message in testcase

github.com/django-extensions/django-extensions - 253f151c4cb1b75164a4197a667b2840ad1db2ce authored about 4 years ago by trbs <[email protected]>
fix mocking shutil.copymode for test

github.com/django-extensions/django-extensions - 2547aaef1015b1ce8d92ef54b40408cefe8f4fe5 authored about 4 years ago by trbs <[email protected]>
#1593 use html module (python3.9 support)

github.com/django-extensions/django-extensions - 4780b31876f541aef3cd98a7f8f0ec462ffdaa43 authored about 4 years ago by trbs <[email protected]>
fix failing tests after engine detection change

github.com/django-extensions/django-extensions - b8233925d8286f7f3db5a371f683179ae408b4cf authored about 4 years ago by trbs <[email protected]>
Merge pull request #1591 from eduflow/add-more-reset_db-documentation

Add more documentation for `reset_db`-command

github.com/django-extensions/django-extensions - bf412a51d07c1680fb540d436ede976016e80efc authored about 4 years ago by trbs <[email protected]>
base all engine detection on *_ENGINES settings

github.com/django-extensions/django-extensions - 2f141c231699cd4644a28bb4d348ee0e5bc5794c authored about 4 years ago by trbs <[email protected]>
Documentation: Add full page for `reset_db`-command

github.com/django-extensions/django-extensions - d9ed77a401c51369d3264ea5a60f347179e72e55 authored about 4 years ago by Malthe Jørgensen <[email protected]>
Add django-zero-downtime-migrations Postgres DB engine

From the repo:
https://github.com/tbicr/django-pg-zero-downtime-migrations

github.com/django-extensions/django-extensions - f8c61141e8466a408284f45ca331a2f6d87f9363 authored about 4 years ago by Malthe Jørgensen <[email protected]>
Merge pull request #1588 from mplumador/pipchecker-retry

Pipchecker retry

github.com/django-extensions/django-extensions - 9a126b64aea9f77748442ea59555e766e68ad7c3 authored about 4 years ago by trbs <[email protected]>
Display Error as well as retry time to user

github.com/django-extensions/django-extensions - 18dddb55719f04035e4daad8b46d45ace1ff24a3 authored about 4 years ago by Matt Plum <[email protected]>
Fixes Flake8 failure of unused var

github.com/django-extensions/django-extensions - 4f8020773f7b6e5668cb588fb5fc82b916938f8e authored about 4 years ago by Matt Plum <[email protected]>
Added testing for large list of up to date requirements

github.com/django-extensions/django-extensions - 7f28750df9cc0f5a386ba7ecf85c62571c123384 authored about 4 years ago by Matt Plum <[email protected]>
Removed exponential backoff and print statements

github.com/django-extensions/django-extensions - 255b032b4f92cfaf9670912ccd5a064ee6f306c0 authored about 4 years ago by Matt Plum <[email protected]>
Exponential Backoff-retry on fault

github.com/django-extensions/django-extensions - 1cbcd1a537dc2fa384cedb5ded24d2fafc273e49 authored about 4 years ago by Matt Plum <[email protected]>
Merge pull request #1583 from luzfcb/sqlcreate-postgresql-socket-mode

Improve sqlcreate to supports PostgreSQL unix domain socket

github.com/django-extensions/django-extensions - 698276cea2afc1566139b5771b41a28ad8c3e8e6 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:
Add contributing instructions

github.com/django-extensions/django-extensions - b81e7fefc9deca3a3b18647751a3f19410e2bec2 authored over 4 years ago by trbs <[email protected]>
css style change for new versions of pygments

github.com/django-extensions/django-extensions - 4ba2513ddb3815cdc15d0c5f681b5665f300718c authored over 4 years ago by trbs <[email protected]>
Improve sqlcreate to supports PostgreSQL unix domain socket

github.com/django-extensions/django-extensions - 8e0c27aa62593adfe91350d2f8b073c50c700a57 authored over 4 years ago by Fabio C. Barrionuevo da Luz <[email protected]>