summaryrefslogtreecommitdiff
path: root/tests/responses/test_cookie.py
AgeCommit message (Expand)Author
2020-07-16[2.2.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.d...Mariusz Felisiak
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-01-08Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Sec...Alvin Lindstam
2018-01-08Moved HttpResponse.set_cookie() tests to an appropriate location.Tim Graham