django1/django/core/management
Claude Paroz e62d55a4fe Fixed #31692 -- Prevented unneeded .po file compilation.
Thanks Nick Pope and Simon Charette for the reviews.
2020-06-22 08:44:16 +02:00
..
commands Fixed #31692 -- Prevented unneeded .po file compilation. 2020-06-22 08:44:16 +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 #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
utils.py Replaced subprocess commands by run() wherever possible. 2019-08-23 10:53:36 +02:00