django1/django/core/management
Carlton Gibson 4af162d4de Refs #32144 -- Made makemessages remove temporary files on preprocessing error.
Co-authored-by: Anders Hovmöller <anders.hovmoller@dryft.se>
2021-07-01 10:11:10 +02:00
..
commands Refs #32144 -- Made makemessages remove temporary files on preprocessing error. 2021-07-01 10:11:10 +02:00
__init__.py Fixed #32177 -- Made execute_from_command_line() use program name from the argv argument. 2020-11-10 08:16:53 +01:00
base.py Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies. 2020-10-09 12:59:00 +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 #32734 -- Fixed validation of startapp's directory with trailing slash. 2021-05-14 12:45:00 +02:00
utils.py Replaced subprocess commands by run() wherever possible. 2019-08-23 10:53:36 +02:00