django1/django/http
Aymeric Augustin 8b9b8d3bda Removed compatibility code for streaming responses.
This code provided a deprecation path for old-style streaming responses.

Refs #6527, #7581.
2013-06-29 18:49:36 +02:00
..
__init__.py Removed compatibility code for streaming responses. 2013-06-29 18:49:36 +02:00
cookie.py Fixed #19585 -- Fixed loading cookie value as a dict 2013-01-11 21:09:33 +01:00
multipartparser.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
request.py Fixed missing initializations in WSGIRequest. Refs #20619 2013-06-26 14:36:25 +07:00
response.py Removed compatibility code for streaming responses. 2013-06-29 18:49:36 +02:00
utils.py Fixed #20472: response.content should be bytes on both Python 2 and 3 2013-05-21 01:28:16 +02:00