summaryrefslogtreecommitdiff
path: root/tests/responses/test_cookie.py
Commit message (Expand)AuthorAgeFilesLines
* Removed hardcoded date in SetCookieTests.test_far_expiration().Bernhard M. Wiedemann2023-02-071-3/+10
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-4/+5
* Refs #33562 -- Made HttpResponse.set_cookie() raise ValueError when both "exp...Luke Plant2022-03-071-0/+8
* Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...Luke Plant2022-03-071-0/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-53/+55
* Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope2021-05-121-2/+2
* Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...Hasan Ramezani2020-09-051-0/+5
* Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...Mariusz Felisiak2020-07-161-0/+12
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.Osaetin Daniel2019-12-121-1/+4
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-1/+1
* Made a requests test that will fail in 2028 fail 10 years later.Bernhard M. Wiedemann2019-02-141-2/+2
* Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor2018-04-131-0/+11
* Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Sec...Alvin Lindstam2018-01-081-0/+13
* Moved HttpResponse.set_cookie() tests to an appropriate location.Tim Graham2018-01-081-0/+93