Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #25264 -- Allowed suppressing base command options in --help output. | Jan Szoja | 2021-08-31 | 1 | -0/+8 |
| | | | | | This also suppresses -verbosity and --trackback options in the runserver's help. | ||||
* | Refs #32880 -- Made some titles consistent in how-to documents. | Daniele Procida | 2021-07-13 | 1 | -3/+3 |
| | | | | This retitles documents for consistency, since some already (correctly) begin "How to...". | ||||
* | Fixed #32667 -- Added link to labeling checks in ↵ | Abhyudai | 2021-04-21 | 1 | -3/+4 |
| | | | | | BaseCommand.requires_system_checks docs. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | 2021-01-14 | 1 | -4/+0 |
| | |||||
* | Reverted "Refs #23919 -- Removed obsolete __init__.py files in management ↵ | René Fleschenberg | 2020-06-01 | 1 | -0/+2 |
| | | | | | | | | command directories." This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2. https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion | ||||
* | Fixed #31546 -- Allowed specifying list of tags in ↵ | Hasan Ramezani | 2020-05-21 | 1 | -2/+9 |
| | | | | Command.requires_system_checks. | ||||
* | Refs #29501 -- Allowed customizing exit status for management commands. | Adam Johnson | 2020-04-14 | 1 | -2/+8 |
| | |||||
* | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak | 2019-09-10 | 1 | -4/+0 |
| | |||||
* | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | 2019-09-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | ||||
* | Fixed typos in signals and custom management commands docs. | Hasan Ramezani | 2019-06-19 | 1 | -1/+1 |
| | |||||
* | Changed poll_id to poll_ids in examples of custom management commands. | mentix02 | 2019-05-20 | 1 | -4/+4 |
| | |||||
* | Removed versionadded/changed annotations for 2.1. | Tim Graham | 2019-01-17 | 1 | -6/+0 |
| | |||||
* | Removed parser.add_arguments() arguments that match the defaults. | Claude Paroz | 2018-07-02 | 1 | -1/+0 |
| | |||||
* | Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ↵ | humbertotm | 2018-06-16 | 1 | -0/+13 |
| | | | | management commands. | ||||
* | Fixed #17379 -- Removed management commands deactivation of the locale. | Claude Paroz | 2018-05-13 | 1 | -50/+13 |
| | |||||
* | Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073. | Tim Graham | 2018-01-12 | 1 | -4/+4 |
| | |||||
* | Refs #23919 -- Removed obsolete __init__.py files in management command ↵ | я котик пур-пур | 2018-01-03 | 1 | -2/+0 |
| | | | | directories. | ||||
* | Fixed #28367 -- Doc'd how to override management commands. | jkrzy | 2017-09-02 | 1 | -0/+18 |
| | |||||
* | Removed implicit default store_true/false argparse args. | Jon Dufresne | 2017-04-01 | 1 | -1/+0 |
| | | | | argparse automatically sets the default value for store_true/false arguments to its opposite. | ||||
* | Refs #23919, #27778 -- Removed obsolete mentions of unicode. | Vytis Banaitis | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | 2017-01-18 | 1 | -4/+0 |
| | |||||
* | Removed versionadded/changed annotations for 1.10. | Tim Graham | 2017-01-17 | 1 | -2/+0 |
| | |||||
* | Fixed #27739 -- Documented LabelCommand.label. | Ed Morley | 2017-01-17 | 1 | -0/+6 |
| | |||||
* | Replaced "django" with "Django" in spelling_wordlist. | akki | 2016-11-15 | 1 | -4/+4 |
| | |||||
* | Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute | Claude Paroz | 2016-10-02 | 1 | -13/+0 |
| | | | | Thanks Tim Graham for the review. | ||||
* | Fixed #26021 -- Applied hanging indentation to docs. | Ed Henderson | 2016-06-03 | 1 | -2/+4 |
| | |||||
* | Fixed reference to Question model in management command how-to. | eltronix | 2016-04-26 | 1 | -3/+3 |
| | |||||
* | Fixed #25304 -- Allowed management commands to check if migrations are applied. | Mounir Messelmeni | 2016-02-12 | 1 | -0/+8 |
| | |||||
* | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | 2016-02-01 | 1 | -5/+5 |
| | |||||
* | Fixed #23868 -- Added support for non-unique django-admin-options in docs. | Tim Graham | 2016-01-14 | 1 | -5/+4 |
| | | | | | | | Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. | ||||
* | Removed an unncessary docs cross-reference for call_command(). | Tim Graham | 2016-01-12 | 1 | -3/+4 |
| | |||||
* | Made CommandError use the exception directive in docs. | Tim Graham | 2016-01-12 | 1 | -9/+7 |
| | |||||
* | Fixed #25526 -- Documented how to output colored text in custom management ↵ | Elena Oat | 2015-11-17 | 1 | -1/+16 |
| | | | | commands. | ||||
* | Fixed #25515 -- Documented the return value of BaseCommand.handle() | Tim Graham | 2015-10-06 | 1 | -0/+3 |
| | |||||
* | Removed versionadded/changed annotations for 1.8. | Tim Graham | 2015-09-23 | 1 | -9/+0 |
| | |||||
* | Refs #22835 -- Removed NoArgsCommand per deprecation timeline. | Tim Graham | 2015-09-23 | 1 | -16/+0 |
| | |||||
* | Refs #19973 -- Removed optparse support in management commands per ↵ | Tim Graham | 2015-09-23 | 1 | -40/+0 |
| | | | | deprecation timeline. | ||||
* | Removed versionadded/changed notes for 1.7. | Tim Graham | 2015-02-01 | 1 | -2/+0 |
| | |||||
* | Removed BaseCommand.validate() per deprecation timeline; refs #16905. | Tim Graham | 2015-01-18 | 1 | -7/+0 |
| | |||||
* | Standardized indentation in docs/howto/custom-management-commands.txt. | Tim Graham | 2015-01-17 | 1 | -76/+72 |
| | |||||
* | Removed BaseCommand.requires_model_validation per deprecation timeline. | Tim Graham | 2015-01-17 | 1 | -17/+1 |
| | |||||
* | Replaced deprecated requires_model_validation in docs. | Tim Graham | 2015-01-17 | 1 | -8/+6 |
| | |||||
* | Removed support for AppCommand.handle_app() per deprecation timeline. | Tim Graham | 2015-01-17 | 1 | -16/+0 |
| | |||||
* | Fixed #24073 -- Deactivated translations when leave_locale_alone is False | Claude Paroz | 2015-01-07 | 1 | -8/+13 |
| | | | | Thanks Tim Graham and Markus Holtermann for the reviews. | ||||
* | Fixed #23543 -- Added docs on testing management command output. | Danilo Bargen | 2014-11-24 | 1 | -0/+6 |
| | |||||
* | Removed unnecessary code-block directives. | areski | 2014-08-19 | 1 | -21/+12 |
| | |||||
* | Fixed #22942 -- Noted that __init__.py files are required for management ↵ | Tim Graham | 2014-07-07 | 1 | -0/+4 |
| | | | | | | command detection. Thanks Diego Cerdán for the suggestion. | ||||
* | Fixed typo in parameter name doc for BaseCommand.check(). | Gert Van Gool | 2014-06-26 | 1 | -2/+3 |
| | |||||
* | Fixed #22835 -- Deprecated NoArgsCommand. | Maxime Turcotte | 2014-06-19 | 1 | -2/+6 |
| |