summaryrefslogtreecommitdiff
path: root/docs/howto/custom-management-commands.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja2021-08-311-0/+8
* Refs #32880 -- Made some titles consistent in how-to documents.Daniele Procida2021-07-131-3/+3
* Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_...Abhyudai2021-04-211-3/+4
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-4/+0
* Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg2020-06-011-0/+2
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-2/+9
* 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 invo...Tobias Kunze2019-09-061-3/+3
* 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 ma...humbertotm2018-06-161-0/+13
* 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 direc...я котик пур-пур2018-01-031-2/+0
* 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
* 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
* 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
* 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 co...Elena Oat2015-11-171-1/+16
* 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 deprecatio...Tim Graham2015-09-231-40/+0
* 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
* 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 comm...Tim Graham2014-07-071-0/+4
* 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