index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
user_commands
/
management
Age
Commit message (
Expand
)
Author
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-06-06
Fixed #29301 -- Added custom help formatter to BaseCommand class
Claude Paroz
2018-05-14
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...
Ryan P Kilby
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-04-21
Fixed #29295 -- Fixed management command crash when using subparsers.
Hasan Ramezani
2018-03-02
Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...
Alex Tomic
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2016-10-02
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-10-29
Fixed #16734 -- Set script prefix even outside of requests
Claude Paroz
2015-10-03
Fixed #25483 -- Allowed passing non-string arguments to call_command
Claude Paroz
2015-09-23
Refs #19973 -- Removed optparse support in management commands per deprecatio...
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-09
Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...
Rivo Laks
2014-10-20
Fixed #23685 -- Made call_command skip checks by default
Claude Paroz
2014-08-18
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
Baptiste Mispelon
2014-08-18
Fixed #23309 -- Fixed call_command to parse args correctly
Raffaele Salmaso
2014-08-12
Fixed #22985 -- Made call_command accept option name parameter
Claude Paroz
2014-06-14
Fixed several flake8 errors
Alex Gaynor
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
Fixed #19973 -- Replaced optparse by argparse in management commands
Claude Paroz
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-02
Fixing E302 Errors
Jason Myers
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner