django1/django/http
Florian Apolloner 27560924ec Fixed a security issue in get_host.
Full disclosure and new release forthcoming.
2012-12-10 22:11:40 +01: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 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
multipartparser.py Fixed #19036 -- Fixed base64 uploads decoding 2012-11-17 17:25:21 +01:00
request.py Fixed a security issue in get_host. 2012-12-10 22:11:40 +01:00
response.py Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +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