0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/tests/user_commands/management/commands
2019-09-06 10:55:24 +02:00
..
common_args.py Fixed #29301 -- Added custom help formatter to BaseCommand class 2018-06-06 19:16:10 +02:00
dance.py
hal.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
mutually_exclusive_required.py Fixed #30763 -- Fixed management commands when using required mutually exclusive groups. 2019-09-06 10:55:24 +02:00
no_translations.py
required_option.py
reverse_url.py
set_option.py Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pythonpath management command options. 2018-05-14 22:18:22 -04:00
subparser_dest.py Fixed #30584 -- Fixed management command when using subparsers with dest parameter. 2019-06-28 12:51:26 +02:00
subparser_required.py Fixed #30584 -- Fixed management command when using subparsers with dest parameter. 2019-06-28 12:51:26 +02:00
subparser.py
transaction.py