summaryrefslogtreecommitdiff
path: root/docs/howto/custom-management-commands.txt
AgeCommit message (Expand)Author
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-01-09Fixed #35515 -- Added automatic model imports to shell management command.Salvo Polizzi
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-01-30Corrected BaseCommand.check() signature in docs.evananyonga
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-04-28Added backticks to code literals in various docs.David
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-08-31Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja
2021-07-13Refs #32880 -- Made some titles consistent in how-to documents.Daniele Procida
2021-04-21Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_...Abhyudai
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-04-14Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-06-19Fixed typos in signals and custom management commands docs.Hasan Ramezani
2019-05-20Changed poll_id to poll_ids in examples of custom management commands.mentix02
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-16Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ma...humbertotm
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-01-12Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073.Tim Graham
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2017-09-02Fixed #28367 -- Doc'd how to override management commands.jkrzy
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Fixed #27739 -- Documented LabelCommand.label.Ed Morley
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-10-02Fixed #27305 -- Removed BaseCommand.can_import_settings unused attributeClaude Paroz
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-04-26Fixed reference to Question model in management command how-to.eltronix
2016-02-12Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-12Removed an unncessary docs cross-reference for call_command().Tim Graham
2016-01-12Made CommandError use the exception directive in docs.Tim Graham
2015-11-17Fixed #25526 -- Documented how to output colored text in custom management co...Elena Oat
2015-10-06Fixed #25515 -- Documented the return value of BaseCommand.handle()Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #22835 -- Removed NoArgsCommand per deprecation timeline.Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham