summaryrefslogtreecommitdiff
path: root/tests/user_commands/management
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson2023-02-031-0/+13
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0716-64/+67
* Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...Hasan Ramezani2021-10-251-0/+13
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-3/+1
* Fixed #32153 -- Fixed management commands when using required list options.Hasan Ramezani2020-10-302-0/+11
* Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...Thomas Riccardi2020-10-091-0/+8
* Refs #32047 -- Added test for using call_command() with constant required opt...Hasan Ramezani2020-10-061-0/+20
* Fixed #32047 -- Fixed call_command() crash if a constant option from required...Hasan Ramezani2020-09-301-1/+8
* Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg2020-06-012-0/+0
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-213-1/+18
* Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson2020-04-141-1/+1
* Fixed #31428 -- Allowed empty message in management command self.stdout/err p...François Freitag2020-04-071-0/+1
* Fixed #30763 -- Fixed management commands when using required mutually exclus...Hasan Ramezani2019-09-061-0/+12
* Fixed #30584 -- Fixed management command when using subparsers with dest para...Hasan Ramezani2019-06-282-0/+26
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-1/+1
* Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz2018-06-061-0/+16
* Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby2018-05-141-0/+10
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-132-13/+2
* Fixed #29295 -- Fixed management command crash when using subparsers.Hasan Ramezani2018-04-211-0/+12
* Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...Alex Tomic2018-03-021-0/+11
* Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур2018-01-032-0/+0
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Removed implicit default store_true/false argparse args.Jon Dufresne2017-04-011-1/+1
* Fixed #27305 -- Removed BaseCommand.can_import_settings unused attributeClaude Paroz2016-10-022-2/+0
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+2
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-291-0/+10
* Fixed #25483 -- Allowed passing non-string arguments to call_commandClaude Paroz2015-10-031-0/+3
* Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham2015-09-231-22/+0
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+3
* Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...Rivo Laks2015-06-091-0/+1
* Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz2014-10-201-2/+3
* Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon2014-08-181-0/+10
* Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso2014-08-181-0/+28
* Fixed #22985 -- Made call_command accept option name parameterClaude Paroz2014-08-121-0/+2
* Fixed several flake8 errorsAlex Gaynor2014-06-141-2/+2
* Converted remaining management commands to argparseClaude Paroz2014-06-141-6/+3
* Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz2014-06-141-0/+19
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+1
* Fixing E302 ErrorsJason Myers2013-11-022-0/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+40