summaryrefslogtreecommitdiff
path: root/django/contrib/sessions/backends/signed_cookies.py
AgeCommit message (Expand)Author
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani
2017-04-17Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.InvalidInterrupt
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-03-12Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exc...Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2012-10-28Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-27Fixed #19200 -- Session expiry with cached_dbAymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2011-11-27Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code sligh...Aymeric Augustin
2011-11-17Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...Jannis Leidel
2011-06-26Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...Jannis Leidel