django1/django/http
Claude Paroz fc379b4865 [1.5.x] Fixed #19036 -- Fixed base64 uploads decoding
Thanks anthony at adsorbtion.org for the report, and johannesl for
bringing the patch up-to-date.
Backport of 2a67374b5 from master.
2012-11-17 17:26:24 +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 [1.5.x] Fixed #19036 -- Fixed base64 uploads decoding 2012-11-17 17:26:24 +01:00
request.py [1.5.x] Fixed #19101 -- Decoding of non-ASCII POST data on Python 3. 2012-11-03 13:07:02 +01:00
response.py [1.5.x] Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:08:05 +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