django1/django/contrib/sessions/backends
Sergey Kolosov 22bb548900 Fixed #22634 -- Made the database-backed session backends more extensible.
Introduced an AbstractBaseSession model and hooks providing the option
of overriding the model class used by the session store and the session
store class used by the model.
2015-08-27 15:00:09 -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 Fixed #24915 -- Added stricter session key validation 2015-06-06 20:04:20 -04: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 #19324 -- Avoided creating a session record when loading the session. 2015-07-08 15:23:03 -04:00
signed_cookies.py Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exceptions. 2015-03-12 08:19:54 -04:00