Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sessions/backends/signed_cookies.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24468 -- Made signed cookies cache backend resilie...Tim Graham2015-03-121-1/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #20922 -- Allowed customizing the serializer used b...Tim Graham2013-08-221-19/+2
* Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin2012-10-281-0/+4
* Fixed #19200 -- Session expiry with cached_dbAymeric Augustin2012-10-271-0/+1
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-1/+1
* Fixed #11555 -- Made SessionBase.session_key read-only. C...Aymeric Augustin2011-11-271-1/+1
* Fixed #17223 -- Correctly reference the signed cookies se...Jannis Leidel2011-11-171-2/+2
* Fixed #16199 -- Added a Cookie based session backend. Man...Jannis Leidel2011-06-261-0/+93