| Age | Commit message (Collapse) | Author |
|
Avoids failures on Windows. Refs #8918.
|
|
Thanks leahculver for the suggestion and dc and vajrasky for work
on the patch.
|
|
- Fixed test that didn't close the files it opened
- Caught and handled exception when temp directory cannot be removed
|
|
characters
|
|
- TemporaryFile now minimally mocks the API of the Python standard
library class tempfile.NamedTemporaryFile to avoid AttributeError
exceptions.
- The symbol django.core.files.NamedTemporaryFile is actually assigned
as a different class on different operating systems.
- The bug only occurred if Django is running on Windows, hence why it
was hard to diagnose.
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
Refs #20680.
|
|
destination already exists.
Thanks to kux for the report, and Russ Webber for the patch.
|
|
|