| Age | Commit message (Collapse) | Author |
|
|
|
Dicts preserve order since Python 3.6.
|
|
Thanks Tim Graham for the review.
|
|
|
|
LOGOUT_REDIRECT_URL docs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
setUp() already calls os.chdir(self.test_dir).
|
|
Unused since bb7bb379e8cd91a91336946829519d64e919a1d2.
SymlinkExtractorTests.test_dir, which contains
SymlinkExtractorTests.symlinked_dir, is deleted after every test.
|
|
Unused since bb7bb379e8cd91a91336946829519d64e919a1d2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for binding variable on Oracle.
|
|
ExceptionReporter.get_traceback_frames().
|
|
|
|
|
|
|
|
|
|
|
|
exist_ok=True).
|
|
|
|
other columns.
|
|
|
|
|
|
|
|
|
|
that adds a field.
|
|
Broken in 7785e03ba89aafbd949191f126361fb9103cb980.
|
|
|
|
|
|
|
|
catalog.
|
|
|
|
Some non-unique constraint names were added in
b69f8eb04cc8762d3dfd5af5ea1fc58e3f2ebcc3 which resulted in failures
depending on the order in which tests were run.
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
apps with migrations.
The addition of self.connection.check_constraints() in
7289874adceec46b5367ec3157cdd10c711253a0 is the cause.
|
|
|