django1/tests/user_commands/management/commands
Jon Dufresne 7bbb5161ea Removed implicit default store_true/false argparse args.
argparse automatically sets the default value for store_true/false
arguments to its opposite.
2017-04-01 20:03:56 -04:00
..
__init__.py
dance.py Fixed #25483 -- Allowed passing non-string arguments to call_command 2015-10-03 14:40:33 +02:00
hal.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
leave_locale_alone_false.py Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute 2016-10-02 20:31:56 +02:00
leave_locale_alone_true.py Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute 2016-10-02 20:31:56 +02:00
reverse_url.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
transaction.py Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. 2014-08-18 18:55:12 +02:00