summaryrefslogtreecommitdiff
path: root/docs/howto/custom-management-commands.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja2021-08-311-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 Procida2021-07-131-3/+3
| | | | This retitles documents for consistency, since some already (correctly) begin "How to...".
* Fixed #32667 -- Added link to labeling checks in ↵Abhyudai2021-04-211-3/+4
| | | | | BaseCommand.requires_system_checks docs. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-4/+0
|
* Reverted "Refs #23919 -- Removed obsolete __init__.py files in management ↵René Fleschenberg2020-06-011-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 Ramezani2020-05-211-2/+9
| | | | Command.requires_system_checks.
* Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson2020-04-141-2/+8
|
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-101-4/+0
|
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze2019-09-061-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 Ramezani2019-06-191-1/+1
|
* Changed poll_id to poll_ids in examples of custom management commands.mentix022019-05-201-4/+4
|
* Removed versionadded/changed annotations for 2.1.Tim Graham2019-01-171-6/+0
|
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-1/+0
|
* Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ↵humbertotm2018-06-161-0/+13
| | | | management commands.
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-131-50/+13
|
* Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073.Tim Graham2018-01-121-4/+4
|
* Refs #23919 -- Removed obsolete __init__.py files in management command ↵я котик пур-пур2018-01-031-2/+0
| | | | directories.
* Fixed #28367 -- Doc'd how to override management commands.jkrzy2017-09-021-0/+18
|
* Removed implicit default store_true/false argparse args.Jon Dufresne2017-04-011-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 Banaitis2017-01-261-1/+1
|
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-251-1/+1
|
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-4/+0
|
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-2/+0
|
* Fixed #27739 -- Documented LabelCommand.label.Ed Morley2017-01-171-0/+6
|
* Replaced "django" with "Django" in spelling_wordlist.akki2016-11-151-4/+4
|
* Fixed #27305 -- Removed BaseCommand.can_import_settings unused attributeClaude Paroz2016-10-021-13/+0
| | | | Thanks Tim Graham for the review.
* Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson2016-06-031-2/+4
|
* Fixed reference to Question model in management command how-to.eltronix2016-04-261-3/+3
|
* Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni2016-02-121-0/+8
|
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-5/+5
|
* Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham2016-01-141-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 Graham2016-01-121-3/+4
|
* Made CommandError use the exception directive in docs.Tim Graham2016-01-121-9/+7
|
* Fixed #25526 -- Documented how to output colored text in custom management ↵Elena Oat2015-11-171-1/+16
| | | | commands.
* Fixed #25515 -- Documented the return value of BaseCommand.handle()Tim Graham2015-10-061-0/+3
|
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-9/+0
|
* Refs #22835 -- Removed NoArgsCommand per deprecation timeline.Tim Graham2015-09-231-16/+0
|
* Refs #19973 -- Removed optparse support in management commands per ↵Tim Graham2015-09-231-40/+0
| | | | deprecation timeline.
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-2/+0
|
* Removed BaseCommand.validate() per deprecation timeline; refs #16905.Tim Graham2015-01-181-7/+0
|
* Standardized indentation in docs/howto/custom-management-commands.txt.Tim Graham2015-01-171-76/+72
|
* Removed BaseCommand.requires_model_validation per deprecation timeline.Tim Graham2015-01-171-17/+1
|
* Replaced deprecated requires_model_validation in docs.Tim Graham2015-01-171-8/+6
|
* Removed support for AppCommand.handle_app() per deprecation timeline.Tim Graham2015-01-171-16/+0
|
* Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz2015-01-071-8/+13
| | | | Thanks Tim Graham and Markus Holtermann for the reviews.
* Fixed #23543 -- Added docs on testing management command output.Danilo Bargen2014-11-241-0/+6
|
* Removed unnecessary code-block directives.areski2014-08-191-21/+12
|
* Fixed #22942 -- Noted that __init__.py files are required for management ↵Tim Graham2014-07-071-0/+4
| | | | | | command detection. Thanks Diego Cerdán for the suggestion.
* Fixed typo in parameter name doc for BaseCommand.check().Gert Van Gool2014-06-261-2/+3
|
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-2/+6
|