Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/user_commands
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-293-0/+34
* Fixed #25483 -- Allowed passing non-string arguments to c...Claude Paroz2015-10-032-0/+11
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-242-39/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24769 -- Cast optparse verbosity argument to an in...Rivo Laks2015-06-101-0/+1
* Prevented some test commands from needlessly running syst...Tim Graham2015-02-111-1/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24073 -- Returned None for get_language when trans...Claude Paroz2015-01-081-5/+3
* Fixed #24073 -- Deactivated translations when leave_local...Claude Paroz2015-01-071-1/+3
* Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz2015-01-052-2/+15
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-5/+3
* Fixed #23930 -- Added copies of captured_std* managers fr...wrwrwr2014-11-291-16/+6
* Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz2014-10-202-3/+24
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Fixed broken tests on Oracle after 5853c87a458f62ebd62d78...Baptiste Mispelon2014-08-191-1/+4
* Removed test, duplicate of admin_scripts.CommandTypes testsClaude Paroz2014-08-181-6/+0
* Fixed #23303 -- Added BEGIN and COMMIT statements to the ...Baptiste Mispelon2014-08-182-0/+15
* Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso2014-08-182-0/+54
* Fixed #22985 -- Made call_command accept option name para...Claude Paroz2014-08-122-4/+18
* Silenced OptionParser deprecation warning in a test.Tim Graham2014-07-241-1/+5
* 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 manageme...Claude Paroz2014-06-142-0/+37
* Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud2014-03-221-1/+15
* flake8 fixes (unused imports and variables).Tim Graham2014-02-181-1/+0
* Removed BaseCommand.stdin introduced in 116d39842dab25690...Baptiste Mispelon2014-02-181-26/+0
* Added the possibility to pass a stdin object to a managem...Baptiste Mispelon2014-02-171-0/+27
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixing E302 ErrorsJason Myers2013-11-032-0/+2
* Made (make|compile)messages check for availability of get...Ramiro Morales2013-03-101-3/+10
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-268-0/+114