django1/django/core/management
Jon Dufresne d6aff369ad Refs #30116 -- Simplified regex match group access with Match.__getitem__().
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
2020-05-11 12:01:28 +02:00
..
commands Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +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 Refs #18325 -- Removed unnecessary line endings in management commands. 2020-04-27 10:10:36 +02:00
color.py Removed "Pocket PC" from terminal color support function. 2020-01-29 09:37:08 +01:00
sql.py Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on PostgreSQL. 2020-04-17 11:57:24 +02:00
templates.py Refs #18325 -- Removed unnecessary line endings in management commands. 2020-04-27 10:10:36 +02:00
utils.py Replaced subprocess commands by run() wherever possible. 2019-08-23 10:53:36 +02:00