django1/django
Claude Paroz b1bf8d64fb [1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve()
This regression was caused by 818e59a3f0. The patch is a partial
backport of the new FileResponse class available in later Django
versions.
Thanks Raphaël Hertzog for the report, and Tim Graham and Collin
Anderson for the reviews.
2015-01-23 08:58:34 +01:00
..
apps [1.7.x] Fixed #23621 -- Warn for duplicate models when a module is reloaded. 2014-10-26 00:12:17 +07:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf [1.7.x] Fixed #23967 -- Added formats for Greek 2015-01-10 11:11:57 -05:00
contrib [1.7.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+ 2015-01-19 15:41:29 -05:00
core [1.7.x] Stripped headers containing underscores to prevent spoofing in WSGI environ. 2015-01-13 13:02:56 -05:00
db [1.7.x] Fixed #24163 -- Removed unique constraint after index on MySQL 2015-01-19 17:25:05 +01:00
dispatch Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
forms [1.7.x] Fixed DoS possibility in ModelMultipleChoiceField. 2015-01-13 13:02:56 -05:00
http [1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve() 2015-01-23 08:58:34 +01:00
middleware [1.7.x] Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware 2015-01-06 08:45:10 +01:00
template [1.7.x] Fixed #23831 -- Supported strings escaped by third-party libs in Django. 2014-12-27 18:26:20 +01: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 #21740 -- Allowed test client data to be an empty string 2014-10-21 09:17:42 +02:00
utils [1.7.x] Fixed is_safe_url() to handle leading whitespace. 2015-01-13 13:02:56 -05:00
views [1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve() 2015-01-23 08:58:34 +01:00
__init__.py [1.7.x] Post-release version bump. 2015-01-13 14:14:05 -05:00
shortcuts.py [1.7.x] Fixed #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:13:50 +01:00