django1/django/contrib/sessions/backends
Tim Graham 8a481498aa Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exceptions. 2015-03-12 08:19:54 -04:00
..
__init__.py Fixed #2066: session data can now be stored in the cache or on the filesystem. This should be fully backwards-compatible (the database cache store is still the default). A big thanks to John D'Agostino for the bulk of this code. 2007-09-15 21:29:14 +00:00
base.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
cache.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
cached_db.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
db.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
file.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
signed_cookies.py Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exceptions. 2015-03-12 08:19:54 -04:00