Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/user_commands/management/commands
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-291-0/+10
| | | | Thanks Tim Graham for the review.
* Fixed #25483 -- Allowed passing non-string arguments to ↵Claude Paroz2015-10-031-0/+3
| | | | | | call_command Thanks KS Chan for the report and Tim Graham for the review.
* Refs #19973 -- Removed optparse support in management ↵Tim Graham2015-09-241-22/+0
| | | | commands per deprecation timeline.
* 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 ↵Rivo Laks2015-06-101-0/+1
| | | | | | | | | | integer for better backwards compatibility. Using `BaseCommand.options_list` makes Django use the legacy optparse parser, which does not set the verbosity attribute correctly. Now the verbosity argument is always cast to int. Regression in 8568638 (#19973). Initial report and patch from blueyed.
* Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz2014-10-201-2/+3
| | | | | Thanks Loic Bistuer for the report/review and Tim Graham for the review.
* Fixed #23303 -- Added BEGIN and COMMIT statements to the ↵Baptiste Mispelon2014-08-181-0/+10
| | | | output of sqlmigrate.
* Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso2014-08-181-0/+28
|
* Fixed #22985 -- Made call_command accept option name ↵Claude Paroz2014-08-121-0/+2
| | | | | | parameter Thanks giulettamasina for the report and Tim Graham for the review.
* 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 ↵Claude Paroz2014-06-141-0/+19
| | | | | | management commands Thanks Tim Graham for the review.
* Fixed #16905 -- Added extensible checks (nee validation) ↵Russell Keith-Magee2014-01-201-1/+1
| | | | | | | | | | | framework This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
* Fixing E302 ErrorsJason Myers2013-11-032-0/+2
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+40