summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/management/commands/custom_startproject.py
AgeCommit message (Expand)Author
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2014-06-14Converted remaining management commands to argparseClaude Paroz
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner