django1/django/core/management
Hasan Ramezani c9ebe4ca4e [4.0.x] Fixed #33205 -- Made call_command() raise TypeError when dest with multiple arguments is passed.
Backport of c1e4111c74 from main
2021-10-25 10:09:06 +02:00
..
commands Refs #32363 -- Made shell ignore a missing sys.___interactivehook__. 2021-09-06 10:18:13 +02:00
__init__.py [4.0.x] Fixed #33205 -- Made call_command() raise TypeError when dest with multiple arguments is passed. 2021-10-25 10:09:06 +02:00
base.py Fixed #25264 -- Allowed suppressing base command options in --help output. 2021-08-31 11:04:02 +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 #32309 -- Added --exclude option to startapp/startproject management commands. 2021-09-01 12:08:02 +02:00
utils.py Replaced subprocess commands by run() wherever possible. 2019-08-23 10:53:36 +02:00