django1/django/http
Florian Apolloner e2efc8965e Fixed #22680 -- I/O operation on closed file.
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.
2014-06-11 08:57:30 +02:00
..
__init__.py Dropped fix_IE_for_vary/attach. 2014-05-14 10:19:48 +02:00
cookie.py Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet) 2013-10-26 10:50:40 -07:00
multipartparser.py Fixed #22680 -- I/O operation on closed file. 2014-06-11 08:57:30 +02:00
request.py Fixed #22680 -- I/O operation on closed file. 2014-06-11 08:57:30 +02:00
response.py Replaced urllib/urlparse imports with from django.utils.six.moves. 2014-03-31 07:54:22 -04:00
utils.py Dropped fix_IE_for_vary/attach. 2014-05-14 10:19:48 +02:00