summaryrefslogtreecommitdiff
path: root/tests/responses/test_cookie.py
AgeCommit message (Collapse)Author
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
Thanks Alex Gaynor for contributing to the patch.
2018-01-08Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use ↵Alvin Lindstam
__Secure/Host prefixes.
2018-01-08Moved HttpResponse.set_cookie() tests to an appropriate location.Tim Graham