django1/django/http
Unai Zalakain 5f2542f12a Fixed #10190 -- Made HttpResponse charset customizable.
Thanks to Simon Charette, Aymeric Augustin, and Tim Graham
for reviews and contributions.
2014-08-19 17:34:38 -04: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 #22971 -- Properly parsed RFC 2388 encoded headers 2014-08-14 11:45:43 +02:00
request.py Fixed #22996 -- Prevented crash with unencoded query string 2014-08-19 22:29:31 +02:00
response.py Fixed #10190 -- Made HttpResponse charset customizable. 2014-08-19 17:34:38 -04:00
utils.py Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() check. 2014-08-15 14:59:36 -04:00