| Age | Commit message (Collapse) | Author |
|
processor dependency.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
|
|
|
|
Windows and Python < 3.8.
subprocess.run()'s args parameter accepts a path-like object on Windows
since Python 3.8.
|
|
Unify on the entry point created by setuptools entry_points feature.
|
|
|
|
|
|
|
|
configured.
|
|
|
|
SessionMiddleware subclasses.
|
|
|
|
|
|
The test in 573f44d62fe1e87e2c20a74eba5e20ca9ff0ed85 doesn't act as a
regression test.
|
|
Regression in 487d904bf253de2f5633f181a168f94086bcd6cb.
|
|
|
|
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.
|
|
|
|
exist_ok=True).
|
|
|
|
|
|
On Python 3, open() handles encodings.
|
|
Regression in 49b679371fe9beddcd23a93b5fdbadea914f37f8.
|
|
|
|
|
|
|
|
TEMPLATES setting.
|
|
|
|
SECRET_KEY is accessed and not set."
This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to
a regression and performance concerns.
|
|
accessed and not set.
|
|
arguments before common arguments.
|
|
|
|
directories.
|
|
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
|
|
|
|
Regression in 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631.
|
|
DJANGO_SETTINGS_MODULE doesn't exist.
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
-m django'.
|
|
|
|
django_migrations table.
MigrationRecorder now assumes that if the django_migrations table
doesn't exist, then no migrations are applied.
Reverted documentation change from refs #23808.
|
|
|
|
Thanks Haris Ibrahim K. V. for writng docs.
|
|
Not all backends have dots in them.
|
|
|
|
|
|
|
|
|
|
|