Nick Pope
|
89c8c2e831
Simplified call_command() calls.
|
1 年之前 |
Adam Johnson
|
017fa23d3b
Fixed #34259 -- Passed called_from_command_line to command subparsers.
|
2 年之前 |
Mariusz Felisiak
|
829f4d1448
Refs #31546, Refs #34118 -- Corrected CommandTests.test_requires_system_checks_specific().
|
2 年之前 |
Abhinav Yadav
|
2887b9f67c
Fixed #33657 -- Allowed customizing formatter class of argument parsers.
|
2 年之前 |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
Hasan Ramezani
|
c1e4111c74
Fixed #33205 -- Made call_command() raise TypeError when dest with multiple arguments is passed.
|
3 年之前 |
Mariusz Felisiak
|
1cb495074f
Refs #31546 -- Removed support for boolean values in Command.requires_system_checks.
|
3 年之前 |
Mariusz Felisiak
|
50ed545e2f
Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.9.7+.
|
3 年之前 |
Michał Górny
|
7afca03c40
Refs #32074 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.10+.
|
3 年之前 |
Mariusz Felisiak
|
ec0ff40631
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
|
4 年之前 |
Hasan Ramezani
|
f06beea929
Fixed #32153 -- Fixed management commands when using required list options.
|
4 年之前 |
Thomas Riccardi
|
f1f24539d8
Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies.
|
4 年之前 |
Hasan Ramezani
|
efe74fff25
Refs #32047 -- Added test for using call_command() with constant required options.
|
4 年之前 |
Hasan Ramezani
|
6eb3f53bdd
Fixed #32047 -- Fixed call_command() crash if a constant option from required mutually exclusive group is passed in options.
|
4 年之前 |
Hasan Ramezani
|
c60524c658
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks.
|
4 年之前 |
François Freitag
|
c86201b6ed
Disabled management commands output with verbosity 0 in various tests.
|
5 年之前 |
Adam Johnson
|
8e8c3f964e
Refs #29501 -- Allowed customizing exit status for management commands.
|
5 年之前 |
François Freitag
|
e03eb8db93
Fixed #31428 -- Allowed empty message in management command self.stdout/err proxies.
|
5 年之前 |
Hasan Ramezani
|
6c379f1a18
Fixed #30763 -- Fixed management commands when using required mutually exclusive groups.
|
5 年之前 |
Hasan Ramezani
|
2b03e8e9e8
Fixed #30584 -- Fixed management command when using subparsers with dest parameter.
|
5 年之前 |
Jon Dufresne
|
6866c91b63
Fixed #30418 -- Added --skip-checks management command option.
|
6 年之前 |
Jon Dufresne
|
487d904bf2
Simplified temporary directory handling in AdminScriptTestCase.
|
6 年之前 |
rsiemens
|
bc9f0b3203
Refs #29973 -- Extracted helper functions from makemessages.
|
6 年之前 |
Hasan Ramezani
|
5195b99e2c
Fixed #29560 -- Added --force-color management command option.
|
6 年之前 |
Hasan Ramezani
|
03e918d717
Added test for django.core.management.utils.get_random_secret_key().
|
6 年之前 |
humbertotm
|
e95008f241
Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in management commands.
|
6 年之前 |
Claude Paroz
|
ce3351b950
Fixed #29301 -- Added custom help formatter to BaseCommand class
|
6 年之前 |
Ryan P Kilby
|
2dcc5d629a
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pythonpath management command options.
|
6 年之前 |
Claude Paroz
|
d65b0f72de
Fixed #17379 -- Removed management commands deactivation of the locale.
|
12 年之前 |