| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
backwards compatibility.
Using `BaseCommand.options_list` makes Django use the legacy optparse
parser, which does not set the verbosity attribute correctly. Now the
verbosity argument is always cast to int. Regression in 8568638 (#19973).
Initial report and patch from blueyed.
|
|
This is a performance optimization and also fixes test errors with the
upcoming merge of contrib tests into tests/. The tests failed on MySQL
because the models with GeometryField were being checked but the
non-GIS MySQL backend didn't know how to handle them.
|
|
|
|
This fixes a regression caused by f7c287fca9. Thanks Markus Holtermann
for identifying the regression.
|
|
Thanks Tim Graham and Markus Holtermann for the reviews.
|
|
Thanks jdetaeye for the report, bhuztez and jdetaeye for the
initial patches, Tim Graham and Berker Peksag for the reviews.
|
|
|
|
test.support.
StringIO import was adapted for compatibility with Python 2.
|
|
Thanks Loic Bistuer for the report/review and Tim Graham for the
review.
|
|
This is a reliqua from the early days of the modeltests/regressiontests era.
|
|
Oracle doesn't have a `BEGIN` statement so the test would
fail.
Refs #23303
|
|
|
|
|
|
|
|
Thanks giulettamasina for the report and Tim Graham for the review.
|
|
|