Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -8/+10 |
* | Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch... | Hasan Ramezani | 2020-05-21 | 1 | -1/+1 |
* | Refs #29501 -- Allowed customizing exit status for management commands. | Adam Johnson | 2020-04-14 | 1 | -1/+1 |
* | Fixed #28249 -- Removed unnecessary dict.keys() calls. | Jon Dufresne | 2017-05-27 | 1 | -1/+1 |
* | Fixed #25483 -- Allowed passing non-string arguments to call_command | Claude Paroz | 2015-10-03 | 1 | -0/+3 |
* | Fixed #23685 -- Made call_command skip checks by default | Claude Paroz | 2014-10-20 | 1 | -2/+3 |
* | Fixed #22985 -- Made call_command accept option name parameter | Claude Paroz | 2014-08-12 | 1 | -0/+2 |
* | Converted remaining management commands to argparse | Claude Paroz | 2014-06-14 | 1 | -6/+3 |
* | Fixed #16905 -- Added extensible checks (nee validation) framework | Russell Keith-Magee | 2014-01-20 | 1 | -1/+1 |
* | Merged regressiontests and modeltests into the test root. | Florian Apolloner | 2013-02-26 | 1 | -0/+20 |