| Age | Commit message (Collapse) | Author |
|
multiple arguments is passed.
Backport of c1e4111c74ee9d9f48cbee5a5b7c40289203c93d from main
|
|
3.9.7+.
Thanks Michał Górny for the report.
|
|
Python 3.10.0rc1 changed the error messages issued by argparse on
invalid choice to include the argument name. Update the expected test
output to account for that.
|
|
|
|
Thanks Mark Gajdosik for the report and initial patch.
|
|
proxies.
|
|
options.
|
|
required mutually exclusive group is passed in options.
|
|
command directories."
This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2.
https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
|
|
Command.requires_system_checks.
|
|
Instead of capturing the command output and discard it immediately,
tell the command not to log.
|
|
|
|
proxies.
|
|
exclusive groups.
|
|
parameter.
|
|
|
|
Use tempfile.TemporaryDirectory() in AdminScriptTestCase.setUp()
to create and destroy a temporary directory for each test. It removes
the need for individual tests to delete files.
For test classes that don't use the temporary directory, inherit from
SimpleTestCase.
|
|
|
|
|
|
|
|
|
|
|
|
management commands.
|
|
This partially reverts c3055242c81812278ebdc93dd109f30d2cbd1610.
Thanks Adam Johnson and Carlton Gibson for the reviews.
|
|
--pythonpath management command options.
|
|
|
|
Thanks Tim Graham for the fix.
|
|
options.
|
|
directories.
|
|
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
argparse automatically sets the default value for store_true/false
arguments to its opposite.
|
|
|
|
These functions do nothing on Python 3.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
Thanks KS Chan for the report and Tim Graham for the review.
|
|
deprecation timeline.
|