Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/user_commands/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-291-0/+19
* Fixed #25483 -- Allowed passing non-string arguments to c...Claude Paroz2015-10-031-0/+8
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-241-17/+2
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* 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-051-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-201-1/+21
* 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-181-0/+5
* Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso2014-08-181-0/+26
* Fixed #22985 -- Made call_command accept option name para...Claude Paroz2014-08-121-4/+16
* Silenced OptionParser deprecation warning in a test.Tim Graham2014-07-241-1/+5
* Fixed #19973 -- Replaced optparse by argparse in manageme...Claude Paroz2014-06-141-0/+18
* 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
* 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-261-0/+60