django/tests/user_commands/management/commands
Claude Paroz eac9ab7ebb Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
..
common_args.py Fixed #29301 -- Added custom help formatter to BaseCommand class 2018-06-06 19:16:10 +02:00
dance.py Fixed #28249 -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00
hal.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
no_translations.py Fixed #17379 -- Removed management commands deactivation of the locale. 2018-05-13 10:21:53 +02:00
required_option.py Fixed #29133 -- Fixed call_command() crash if a required option is passed in options. 2018-03-02 12:25:08 -05:00
reverse_url.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
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.py Fixed #29295 -- Fixed management command crash when using subparsers. 2018-04-21 17:33:17 -04:00
transaction.py Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. 2014-08-18 18:55:12 +02:00