django1/django/contrib/sessions/backends
Luke Plant c0caac87f9 Removed Django 1.2 compatibility fallback for session data integrity check hash.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-30 17:35:22 +00:00
..
__init__.py
base.py Removed Django 1.2 compatibility fallback for session data integrity check hash. 2011-03-30 17:35:22 +00:00
cache.py Fixed #9548 -- Correctly detect existence of empty sessions with cache backend. 2009-03-01 07:32:41 +00:00
cached_db.py Fixed #6791: added a write-through cache session backend: session data is written through the cache to the database, but read from the cache for speed. Thanks to jhenry, mcroydon, and jdunck. 2009-01-10 22:18:14 +00:00
db.py Fixed potential circular import problem. 2010-11-14 23:35:16 +00:00
file.py Fixed a security issue in the file session backend. Disclosure and new release forthcoming. 2011-02-09 02:13:24 +00:00