index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
user_commands
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
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-01
Fixed #36479 -- Improved how FileNotFoundError is triggered in code formatter...
Roel Delos Reyes
2025-01-04
Fixed #36056 -- Made OutputWrapper a virtual subclass of TextIOBase.
Adam Johnson
2024-11-29
Fixed #35308 -- Handled OSError when launching code formatters.
Jacob Walls
2024-10-29
Refs #35844 -- Expanded compatibility for expected error messages in command ...
Tainara Palmeira
2024-10-25
Refs #35844 -- Corrected expected error messages in commands tests on Python ...
Tainara Palmeira
2023-07-27
Simplified call_command() calls.
Nick Pope
2023-02-03
Fixed #34259 -- Passed called_from_command_line to command subparsers.
Adam Johnson
2023-01-11
Refs #31546, Refs #34118 -- Corrected CommandTests.test_requires_system_check...
Mariusz Felisiak
2022-06-20
Fixed #33657 -- Allowed customizing formatter class of argument parsers.
Abhinav Yadav
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
2021-10-25
Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...
Hasan Ramezani
2021-09-20
Refs #31546 -- Removed support for boolean values in Command.requires_system_...
Mariusz Felisiak
2021-09-02
Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on Python 3....
Mariusz Felisiak
2021-08-04
Refs #32074 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.10+.
Michał Górny
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2020-10-30
Fixed #32153 -- Fixed management commands when using required list options.
Hasan Ramezani
2020-10-09
Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...
Thomas Riccardi
2020-10-06
Refs #32047 -- Added test for using call_command() with constant required opt...
Hasan Ramezani
2020-09-30
Fixed #32047 -- Fixed call_command() crash if a constant option from required...
Hasan Ramezani
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-20
Disabled management commands output with verbosity 0 in various tests.
François Freitag
2020-04-14
Refs #29501 -- Allowed customizing exit status for management commands.
Adam Johnson
2020-04-07
Fixed #31428 -- Allowed empty message in management command self.stdout/err p...
François Freitag
2019-09-06
Fixed #30763 -- Fixed management commands when using required mutually exclus...
Hasan Ramezani
2019-06-28
Fixed #30584 -- Fixed management command when using subparsers with dest para...
Hasan Ramezani
2019-04-30
Fixed #30418 -- Added --skip-checks management command option.
Jon Dufresne
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2019-01-28
Refs #29973 -- Extracted helper functions from makemessages.
rsiemens
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-09-11
Fixed #29560 -- Added --force-color management command option.
Hasan Ramezani
2018-08-05
Added test for django.core.management.utils.get_random_secret_key().
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-14
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...
Ryan P Kilby
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-03-02
Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...
Alex Tomic
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
[next]