django1/django/contrib/sessions/backends
Berker Peksag 5d263dee30 Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string().
Thanks Aymeric Augustin for the suggestion and review.
2014-02-08 11:12:19 -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 Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
cache.py Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
cached_db.py Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
db.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
file.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
signed_cookies.py Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 13:58:26 -04:00