• Florian Apolloner's avatar
    [1.7.x] Fixed #22680 -- I/O operation on closed file. · 1ff11304
    Florian Apolloner yazdı
    This patch is two-fold; first it ensure that Django does close everything in
    request.FILES at the end of the request and secondly the storage system should
    no longer close any files during save, it's up to the caller to handle that --
    or let Django close the files at the end of the request.
    
    Backport of e2efc896 from master.
    1ff11304
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...