• Christopher Adams's avatar
    Fixed #11857 -- Added missing 'closed' property on TemporaryFile class. · b2f5ac16
    Christopher Adams yazdı
    - 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.
    b2f5ac16
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...