1
0
mirror of https://github.com/django/django.git synced 2025-01-09 01:46:20 +00:00
django/tests/user_commands/management/commands
Hasan Ramezani f06beea929 Fixed #32153 -- Fixed management commands when using required list options.
Thanks Mark Gajdosik for the report and initial patch.
2020-10-30 12:01:33 +01:00
..
__init__.py
common_args.py
dance.py
hal.py
mutually_exclusive_required.py Fixed #32153 -- Fixed management commands when using required list options. 2020-10-30 12:01:33 +01:00
no_system_checks.py
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
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
subparser_dest.py
subparser_required.py
subparser.py
transaction.py