| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-01 | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | |
| Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0 | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2021-08-31 | Fixed #25264 -- Allowed suppressing base command options in --help output. | Jan Szoja | |
| This also suppresses -verbosity and --trackback options in the runserver's help. | |||
| 2020-06-01 | Reverted "Refs #23919 -- Removed obsolete __init__.py files in management ↵ | René Fleschenberg | |
| command directories." This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2. https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion | |||
| 2020-05-21 | Fixed #31546 -- Allowed specifying list of tags in ↵ | Hasan Ramezani | |
| Command.requires_system_checks. | |||
| 2018-01-03 | Refs #23919 -- Removed obsolete __init__.py files in management command ↵ | я котик пур-пур | |
| directories. | |||
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | |
| 2016-04-08 | Fixed E128 flake8 warnings in tests/. | Tim Graham | |
| 2015-01-17 | Removed BaseCommand.requires_model_validation per deprecation timeline. | Tim Graham | |
| 2014-10-22 | Fixed #23663 -- Initialize output streams for BaseCommand in __init__(). | Loic Bistuer | |
| This helps with testability of management commands. Thanks to trac username daveoncode for the report and to Tim Graham and Claude Paroz for the reviews. | |||
| 2014-06-19 | Fixed #22835 -- Deprecated NoArgsCommand. | Maxime Turcotte | |
| 2014-06-14 | Fixed several flake8 errors | Alex Gaynor | |
| 2014-06-14 | Converted remaining management commands to argparse | Claude Paroz | |
| 2014-06-14 | Fixed #19973 -- Replaced optparse by argparse in management commands | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2014-01-20 | Added warning silencers to some noisy tests. | Russell Keith-Magee | |
| These warnings all emerged as the result of the introduction of the checks framework. Thanks to Anssi Kääriäinen for the report. | |||
| 2014-01-20 | Fixed #16905 -- Added extensible checks (nee validation) framework | Russell 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-12-28 | Used app_label instead of appname. | Aymeric Augustin | |
| The last component of the dotted path to the application module is consistently referenced as the application "label". For instance it's AppConfig.label. appname could be confused with AppConfig.name, which is the full dotted path. | |||
| 2013-12-28 | Migrated built-in AppCommands to use handle_app_config. | Aymeric Augustin | |
| 2013-10-26 | Fix all violators of E231 | Alex Gaynor | |
| 2013-10-18 | Fixed #21287 -- Fixed E123 pep8 warnings | Alasdair Nicol | |
| 2013-10-18 | Fixed #21268 -- Fixed E303 pep8 warnings | Alasdair Nicol | |
| 2013-10-10 | Whitespace cleanup. | Tim Graham | |
| * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | |||
| 2013-07-30 | Fixed a test that depended on the DB backend; refs #19877. Thanks Loic. | Tim Graham | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
