django1/django/http
Aymeric Augustin fc10418fba Fixed #18963 -- Used a subclass-friendly pattern
for Python 2 object model compatibility methods.
2012-11-03 22:07:35 +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 #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
request.py Fixed #19101 -- Decoding of non-ASCII POST data on Python 3. 2012-11-03 13:03:15 +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