django1/django/contrib/sessions/backends
Aymeric Augustin 4ac594f8a5 Upgraded django.contrib.sessions to be compatible with time zone support.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-20 10:33:44 +00: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 Upgraded django.contrib.sessions to be compatible with time zone support. 2011-11-20 10:33:44 +00:00
cache.py Corrected an issue which could allow attackers to manipulate session data using the cache. A security announcement will be made shortly. 2011-09-10 00:46:48 +00:00
cached_db.py Corrected an issue which could allow attackers to manipulate session data using the cache. A security announcement will be made shortly. 2011-09-10 00:46:48 +00:00
db.py Upgraded django.contrib.sessions to be compatible with time zone support. 2011-11-20 10:33:44 +00:00
file.py Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin von Löwis. 2011-09-09 19:33:40 +00:00
signed_cookies.py Fixed #17223 -- Correctly reference the signed cookies session backend. Thanks, Bryan Veloso. 2011-11-17 21:16:42 +00:00