1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/django/http
2014-11-24 07:01:55 -05:00
..
__init__.py
cookie.py Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to http.cookie. 2014-11-12 19:04:45 +01:00
multipartparser.py Fixed #23397 -- Stripped whitespace from base64 during chunking 2014-09-13 19:06:21 +02:00
request.py Removed unused variable django.http.request.absolute_http_url_re 2014-11-24 07:01:55 -05:00
response.py Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to http.cookie. 2014-11-12 19:04:45 +01:00
utils.py Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() check. 2014-08-15 14:59:36 -04:00