index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
messages_tests
/
test_cookie.py
Age
Commit message (
Expand
)
Author
2021-01-07
Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.
Florian Apolloner
2020-11-20
Simplified MessageEncoder instantiation with default separators.
Florian Apolloner
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-07-16
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...
Mariusz Felisiak
2020-02-04
Fixed #27604 -- Used the cookie signer to sign message cookies.
Claude Paroz
2020-01-31
Refs #22426 -- Removed pre-Django 1.5 messages compatibility code and test.
Claude Paroz
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-01-02
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
Alexey
2017-01-05
Cosmetic edits for messages_tests.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-11
Moved contrib.messages tests out of contrib.
Tim Graham