| Age | Commit message (Collapse) | Author |
|
Thanks Mark Gajdosik for the report and initial patch.
|
|
proxies.
|
|
options.
|
|
required mutually exclusive group is passed in options.
|
|
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.
|
|
|
|
|
|
|
|
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 KS Chan for the report and Tim Graham for the review.
|
|
deprecation timeline.
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
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.
|
|
Oracle doesn't have a `BEGIN` statement so the test would
fail.
Refs #23303
|
|
|
|
|
|
|