summaryrefslogtreecommitdiff
path: root/tests/user_commands/management/commands/dance.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-04-14Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2015-10-03Fixed #25483 -- Allowed passing non-string arguments to call_commandClaude Paroz
2014-10-20Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz
2014-08-12Fixed #22985 -- Made call_command accept option name parameterClaude Paroz
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner