summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/management
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-076-22/+33
* Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja2021-08-311-0/+24
* Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg2020-06-012-0/+0
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-214-4/+4
* Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур2018-01-032-0/+0
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Removed BaseCommand.requires_model_validation per deprecation timeline.Tim Graham2015-01-171-11/+0
* Fixed #23663 -- Initialize output streams for BaseCommand in __init__().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 management commandsClaude 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) frameworkRussell 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. Thanks Loic.Tim Graham2013-07-301-0/+9
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-267-0/+59