django1/django/http
Alvin Lindstam 47a99d7012 Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Secure/Host prefixes. 2018-01-08 12:32:47 -05:00
..
__init__.py Fixed #26052 -- Moved conditional_content_removal() processing to the test client. 2016-04-25 07:56:07 -04:00
cookie.py Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
multipartparser.py Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
request.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
response.py Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Secure/Host prefixes. 2018-01-08 12:32:47 -05:00