django/tests/user_commands/management/commands
Hasan Ramezani c1e4111c74 Fixed #33205 -- Made call_command() raise TypeError when dest with multiple arguments is passed. 2021-10-25 07:48:06 +02:00
..
__init__.py Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories." 2020-06-01 10:55:41 +02:00
common_args.py
dance.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
hal.py
mutually_exclusive_required.py Fixed #32153 -- Fixed management commands when using required list options. 2020-10-30 12:01:33 +01:00
mutually_exclusive_required_with_same_dest.py Fixed #33205 -- Made call_command() raise TypeError when dest with multiple arguments is passed. 2021-10-25 07:48:06 +02:00
no_system_checks.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
no_translations.py
outputwrapper.py Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies. 2020-10-09 12:59:00 +02:00
required_constant_option.py Refs #32047 -- Added test for using call_command() with constant required options. 2020-10-06 08:23:25 +02:00
required_list_option.py Fixed #32153 -- Fixed management commands when using required list options. 2020-10-30 12:01:33 +01:00
required_option.py
reverse_url.py
set_option.py
specific_system_checks.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
subparser.py
subparser_dest.py Fixed #32355 -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01:00
subparser_required.py
transaction.py