django1/django/contrib/sessions/backends
Tim Graham 98839e9066 Removed British/Austrialian word: whilist. 2015-12-31 14:29:52 -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 Removed British/Austrialian word: whilist. 2015-12-31 14:29:52 -05:00
cache.py Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
cached_db.py Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
db.py Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
file.py Fixed #25558 -- Fixed nondeterministic test failure on Windows: test_clearsessions_command. 2015-10-17 10:03:11 -04:00
signed_cookies.py Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exceptions. 2015-03-12 08:19:54 -04:00