django1/django/http
Claude Paroz 5c1143910e Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
2013-07-29 20:28:13 +02:00
..
__init__.py Removed compatibility code for streaming responses. 2013-06-29 18:49:36 +02:00
cookie.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
multipartparser.py Fixed #13721 -- Added UploadedFile.content_type_extra. 2013-07-11 09:11:59 -04:00
request.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
response.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
utils.py Fixed #20472: response.content should be bytes on both Python 2 and 3 2013-05-21 01:28:16 +02:00