Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_scripts/management
Commit message (Collapse)AuthorAgeFilesLines
* Removed BaseCommand.requires_model_validation per ↵Tim Graham2015-01-171-11/+0
| | | | deprecation timeline.
* Fixed #23663 -- Initialize output streams for ↵Loic Bistuer2014-10-221-9/+0
| | | | | | | | | BaseCommand in __init__(). This helps with testability of management commands. Thanks to trac username daveoncode for the report and to Tim Graham and Claude Paroz for the reviews.
* 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 ↵Claude Paroz2014-06-141-1/+0
| | | | | | management commands Thanks Tim Graham for the review.
* Added warning silencers to some noisy tests.Russell Keith-Magee2014-01-201-1/+1
| | | | | | These warnings all emerged as the result of the introduction of the checks framework. Thanks to Anssi Kääriäinen for the report.
* Fixed #16905 -- Added extensible checks (nee validation) ↵Russell Keith-Magee2014-01-205-4/+15
| | | | | | | | | | | 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.
* Used app_label instead of appname.Aymeric Augustin2013-12-281-1/+1
| | | | | | | The last component of the dotted path to the application module is consistently referenced as the application "label". For instance it's AppConfig.label. appname could be confused with AppConfig.name, which is the full dotted path.
* 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
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed a test that depended on the DB backend; refs ↵Tim Graham2013-07-301-0/+9
| | | | #19877. Thanks Loic.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-267-0/+59