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