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
/
django
/
contrib
/
messages
/
storage
/
cookie.py
Age
Commit message (
Expand
)
Author
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2023-03-27
Refs #28948 -- Removed superfluous messages from cookie through bisect.
David Wobrock
2023-03-27
Refs #28948 -- Precomputed once serialized cookie messages.
David Wobrock
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-24
Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags.
Timothy McCurrach
2021-09-20
Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieSto...
Mariusz Felisiak
2021-04-14
Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.
Florian Apolloner
2021-01-14
Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in Cook...
Mariusz Felisiak
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-07-16
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...
Mariusz Felisiak
2020-02-04
Refs #27604 -- Fixed loading of legacy cookie hashes when CookieStorage.key_s...
Florian Apolloner
2020-02-04
Fixed #27604 -- Used the cookie signer to sign message cookies.
Claude Paroz
2020-02-04
Refs #27604 -- Added CookieStorage.key_salt to allow customization.
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
2017-09-25
Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-22
Fixed #22426 -- Added support old-style d.c.messages format.
Florian Apolloner
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-26
Fixed #20972 -- Make messages cookie follow session cookie secure/httponly
Erik Romijn
2012-12-21
Fixed #19387 -- Preserved SafeData status in contrib.messages
Claude Paroz
2012-09-07
Fixed #18781 -- Reduced max session cookie size.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-20
Fixed #15618 -- Fixed regression introduced in r15848 regarding not properly ...
Jannis Leidel
2011-03-16
Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...
Adrian Holovaty
2011-01-24
Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...
Luke Plant
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-01-25
Small optimization on r12285
Luke Plant
2010-01-24
Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to Internet Exp...
Luke Plant
2010-01-23
Made CookieStorage account for the overhead added by the underlying cookie en...
Luke Plant
2009-12-12
Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in...
Russell Keith-Magee
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant