django1/django/http
Tim Graham 2a36a9bb15 [1.8.x] Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream.
Fixed "PendingDeprecationWarning: generator 'LazyStream.read.<locals>.parts'
raised StopIteration" per PEP 0479.

Backport of 3f2de80318 from master
2015-10-25 06:02:21 -04:00
..
__init__.py Fixed #24072 -- Added FileResponse for streaming binary files. 2015-01-05 10:51:52 -05:00
cookie.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
multipartparser.py [1.8.x] Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream. 2015-10-25 06:02:21 -04:00
request.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
response.py [1.8.x] Fixed #20889 -- Prevented BadHeaderError when Python inserts newline 2015-02-19 20:19:38 +01:00
utils.py Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() check. 2014-08-15 14:59:36 -04:00