django1/django/http
Raphael Merx 0a19f8d4fc Fixed #25644 -- Fixed reset cookie expiry date bug.
Setting a cookie with the same name as a previously deleted cookie
would set its expiry date to 'Thu, 01-Jan-1970 00:00:00 GMT'.
2015-11-18 07:47:40 -05:00
..
__init__.py Fixed #25099 -- Cleaned up HttpRequest representations in error reporting. 2015-07-13 19:22:39 -04:00
cookie.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
multipartparser.py Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream. 2015-06-17 06:55:16 -04:00
request.py Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
response.py Fixed #25644 -- Fixed reset cookie expiry date bug. 2015-11-18 07:47:40 -05:00
utils.py Fixed #23960 -- Removed http.fix_location_header 2015-03-18 18:22:50 +01:00