summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/management/commands/noargs_command.py
AgeCommit message (Collapse)Author
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
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.
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner