django1/django/contrib/sessions/backends
Jannis Leidel 46871eb1bb Fixed an incompatibility with Python 2.5 in the changes done in r17795. Refs #17810.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-23 09:32:11 +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 Cleanup to use get_random_string consistently. 2012-02-23 21:39:12 +00:00
cache.py Fixed an incompatibility with Python 2.5 in the changes done in r17795. Refs #17810. 2012-03-23 09:32:11 +00:00
cached_db.py Fixed an incompatibility with Python 2.5 in the changes done in r17795. Refs #17810. 2012-03-23 09:32:11 +00:00
db.py Fixed #17506 -- Did a minor optimization in the sessions' database backend. Thanks to FunkyBob for the report and patch. 2012-01-24 07:42:38 +00:00
file.py Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs #13478. 2011-11-27 17:52:24 +00:00
signed_cookies.py Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs #13478. 2011-11-27 17:52:24 +00:00