django1/django/http
Aymeric Augustin 9c487b5974 Replaced an antiquated pattern.
Thanks Lennart Regebro for pointing it out.
2013-05-17 18:08:58 +02:00
..
__init__.py Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py 2012-10-21 11:12:59 -07:00
cookie.py Fixed #19585 -- Fixed loading cookie value as a dict 2013-01-11 21:09:33 +01:00
multipartparser.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
request.py Fixed #20038 -- Better error message for host validation. 2013-04-03 14:27:20 -06:00
response.py Fixed #18558 -- Added url property to HttpResponseRedirect* 2013-02-13 10:29:32 +01:00
utils.py Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py 2012-10-21 11:12:59 -07:00