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