django1/django
Florian Apolloner 1ff11304dc [1.7.x] 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.

Backport of e2efc8965e from master.
2014-06-11 09:03:11 +02:00
..
apps Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf [1.7.x] Fixed #22487: Optional rollback emulation for migrated apps 2014-06-08 19:33:52 -07:00
contrib [1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals. 2014-06-10 15:00:12 -04:00
core [1.7.x] Fixed #22680 -- I/O operation on closed file. 2014-06-11 09:03:11 +02:00
db [1.7.x] Fixed #20420 -- Normalized query counts on Oracle. 2014-06-09 22:08:20 +02:00
dispatch Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
forms [1.7.x] Fixed several typos in Django 2014-05-29 07:53:02 -04:00
http [1.7.x] Fixed #22680 -- I/O operation on closed file. 2014-06-11 09:03:11 +02:00
middleware [1.7.x] Fixed several typos in Django 2014-05-29 07:53:02 -04:00
template [1.7.x] Corrected many style guide violations that the newest version of flake8 catches 2014-04-21 07:50:43 -04:00
templatetags [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00
test [1.7.x] Fixed flake8 errors. 2014-06-09 12:02:20 -04:00
utils [1.7.x] Fixed #20815 -- Don't enforce unbuffered I/O on Python 3. 2014-06-07 22:35:29 +02:00
views [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00
__init__.py Bumped version number for release. 2014-05-14 18:45:54 +02:00
shortcuts.py Moved relative URL handling added in refs #21177 to a better place. 2014-02-15 07:54:35 -05:00