django1/django/contrib/sessions/backends
Gregor MacGregor b2b763448f Fixed #20841 -- Added messages to NotImplementedErrors
Thanks joseph at vertstudios.com for the suggestion.
2013-09-10 11:09:59 -04:00
..
__init__.py
base.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
cache.py Fixed #17083 -- Allowed sessions to use non-default cache. 2012-10-31 09:46:16 +01:00
cached_db.py Fixed #21000 -- Made cached_db session backend respect SESSION_CACHE_ALIAS 2013-09-05 10:47:58 -04:00
db.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
file.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
signed_cookies.py Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 13:58:26 -04:00