django1/django/core/management
Jacob Walls 0ab58c1209 Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt destination.
Previously, the questioner did not obey the value of stdout provided
to the command.
2022-01-03 12:30:51 +01:00
..
commands Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt destination. 2022-01-03 12:30:51 +01:00
__init__.py Fixed #33205 -- Made call_command() raise TypeError when dest with multiple arguments is passed. 2021-10-25 07:48:06 +02:00
base.py Refs #31546 -- Removed support for boolean values in Command.requires_system_checks. 2021-09-20 21:23:01 +02:00
color.py Fixed #32740 -- Caught possible exception when initializing colorama. 2021-05-19 10:33:15 +02:00
sql.py Fixed #32395 -- Allowed capturing stdout of migration signals. 2021-02-04 11:19:49 +01:00
templates.py Fixed #32397 -- Made startapp/startproject management commands set User-Agent. 2021-11-25 20:36:04 +01:00
utils.py Refs #32355 -- Modernized subprocess.run() calls. 2021-09-27 08:20:24 +02:00