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
/
django
/
core
/
management
/
base.py
Age
Commit message (
Expand
)
Author
2025-12-22
Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.
Skyiesac
2025-11-20
Fixed #36321 -- Defaulted suggest_on_error=True in management commands.
kihuni
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-01-04
Fixed #36056 -- Made OutputWrapper a virtual subclass of TextIOBase.
Adam Johnson
2024-12-11
Fixed #35920 -- Observed requires_system_checks in migrate and runserver.
Jacob Walls
2024-08-23
Fixed #35689 -- Handled custom labels in LabelCommand.missing_args_message.
Giovanni Fabbretti
2024-05-23
Updated the --traceback option help text.
Peter Bittner
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-02-03
Fixed #34259 -- Passed called_from_command_line to command subparsers.
Adam Johnson
2022-06-20
Fixed #33657 -- Allowed customizing formatter class of argument parsers.
Abhinav Yadav
2022-05-25
Renamed wrapped functions to wrapper.
Aymeric Augustin
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-09-20
Refs #31546 -- Removed support for boolean values in Command.requires_system_...
Mariusz Felisiak
2021-08-31
Fixed #25264 -- Allowed suppressing base command options in --help output.
Jan Szoja
2020-10-09
Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...
Thomas Riccardi
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-14
Refs #29501 -- Allowed customizing exit status for management commands.
Adam Johnson
2020-04-14
Refs #29501 -- Simplified BaseCommand.run_from_argv() a bit.
Adam Johnson
2020-04-07
Fixed #31428 -- Allowed empty message in management command self.stdout/err p...
François Freitag
2020-02-07
Refs #31055 -- Added --database option to the check management command.
Simon Charette
2019-08-12
Corrected multiple typos.
Min ho Kim
2019-04-30
Fixed #30418 -- Added --skip-checks management command option.
Jon Dufresne
2019-03-30
Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg.
Tim Graham
2018-10-08
Replaced kwargs.pop() with keyword-only arguments.
Jon Dufresne
2018-09-11
Refs #29560 -- Fixed typo in django/core/management/base.py.
Nick Pope
2018-09-11
Fixed #29560 -- Added --force-color management command option.
Hasan Ramezani
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-06-06
Fixed #29301 -- Added custom help formatter to BaseCommand class
Claude Paroz
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-04-21
Fixed #29295 -- Fixed management command crash when using subparsers.
Hasan Ramezani
2018-04-11
Fixed #29301 -- Made management command --help display command-specific argum...
David Foster
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-19
Fixed #27858 -- Prevented read-only management commands from creating the dja...
Marti Raudsepp
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-02
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
Claude Paroz
2016-09-30
Removed unneeded no_settings_commands hardcoded list
Claude Paroz
2016-08-02
Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #1...
Tim Graham
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
[next]