django1/django/core/files
Loic Bistuer d9eef1f4f7 [1.7.x] Made the vendored NamedTemporaryFile work as a context manager. Refs #22680.
This fixes a regression on Windows introduced by b7de5f5.

Thanks Tim Graham for the report and review.

Backport of 6e8d614acd from master
2014-06-12 14:15:31 -04:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #22107 -- Fixed django.core.files.File object iteration. 2014-02-20 19:13:25 +01:00
images.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
locks.py [1.7.x] Removed executeable bit from a few files. 2014-05-25 23:17:18 +02:00
move.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
storage.py [1.7.x] Fixed #22680 -- I/O operation on closed file. 2014-06-11 09:03:11 +02:00
temp.py [1.7.x] Made the vendored NamedTemporaryFile work as a context manager. Refs #22680. 2014-06-12 14:15:31 -04:00
uploadedfile.py [1.7.x] Fixed #22680 -- I/O operation on closed file. 2014-06-11 09:03:11 +02:00
uploadhandler.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
utils.py Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file storage and the `File` object. Thanks to Armin Ronacher and Alex Gaynor. 2009-05-08 15:08:09 +00:00