django/tests/responses
Mariusz Felisiak f1a6e6c817 [2.2.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.delete_cookie().
Cookies with the "SameSite" flag set to None and without the "secure"
flag will be soon rejected by latest browser versions.

This affects sessions and messages cookies.

Backport of 331324ecce from stable/3.0.x
2020-07-16 09:35:35 +02:00
..
__init__.py
test_cookie.py [2.2.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.delete_cookie(). 2020-07-16 09:35:35 +02:00
test_fileresponse.py Refs #16470 -- Fixed typo in a FileResponse test. 2018-09-01 15:14:18 +02:00
tests.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00