mirror of
https://github.com/django/django.git
synced 2025-08-15 08:10:29 +00:00
![]() - 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. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |