summaryrefslogtreecommitdiff
path: root/tests/user_commands/management/commands/dance.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+10
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-1/+1
* Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson2020-04-141-1/+1
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Fixed #25483 -- Allowed passing non-string arguments to call_commandClaude Paroz2015-10-031-0/+3
* Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz2014-10-201-2/+3
* Fixed #22985 -- Made call_command accept option name parameterClaude Paroz2014-08-121-0/+2
* Converted remaining management commands to argparseClaude Paroz2014-06-141-6/+3
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+20