Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_scripts/management
Commit message (Expand)AuthorAgeFilesLines
* Removed BaseCommand.requires_model_validation per depreca...Tim Graham2015-01-171-11/+0
* Fixed #23663 -- Initialize output streams for BaseCommand...Loic Bistuer2014-10-221-9/+0
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-193-10/+10
* Fixed several flake8 errorsAlex Gaynor2014-06-141-3/+3
* Converted remaining management commands to argparseClaude Paroz2014-06-143-16/+10
* Fixed #19973 -- Replaced optparse by argparse in manageme...Claude Paroz2014-06-141-1/+0
* Added warning silencers to some noisy tests.Russell Keith-Magee2014-01-201-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-205-4/+15
* Used app_label instead of appname.Aymeric Augustin2013-12-281-1/+1
* Migrated built-in AppCommands to use handle_app_config.Aymeric Augustin2013-12-281-2/+2
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed a test that depended on the DB backend; refs #19877...Tim Graham2013-07-301-0/+9
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-267-0/+59