django1/django/core/management
David Smith e74b3d724e Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
2020-07-30 10:58:59 +02:00
..
commands Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
__init__.py Fixed #30872 -- Improved unknown command message when settings are manually configured. 2019-10-15 13:04:32 +02:00
base.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
color.py Removed "Pocket PC" from terminal color support function. 2020-01-29 09:37:08 +01:00
sql.py Refs #5086 -- Removed unused only_django argument from sql_flush(). 2020-06-04 11:59:47 +02:00
templates.py Fixed typo in django/core/management/templates.py docstring. 2020-06-24 21:46:01 +02:00
utils.py Replaced subprocess commands by run() wherever possible. 2019-08-23 10:53:36 +02:00