django1/django/contrib/sessions/backends
Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05: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 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00