| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
glob.glob1() ignores missing paths.
|
|
|
|
|
|
|
|
ungettext(), and ungettext_lazy().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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().
|
|
|
|
|
|
|
|
|