index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
responses
/
test_cookie.py
Age
Commit message (
Expand
)
Author
2023-02-07
Removed hardcoded date in SetCookieTests.test_far_expiration().
Bernhard M. Wiedemann
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-07
Refs #33562 -- Made HttpResponse.set_cookie() raise ValueError when both "exp...
Luke Plant
2022-03-07
Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...
Luke Plant
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2020-09-05
Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...
Hasan Ramezani
2020-07-16
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...
Mariusz Felisiak
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2019-12-12
Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.
Osaetin Daniel
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-02-14
Made a requests test that will fail in 2028 fail 10 years later.
Bernhard M. Wiedemann
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-01-08
Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Sec...
Alvin Lindstam
2018-01-08
Moved HttpResponse.set_cookie() tests to an appropriate location.
Tim Graham