django1/django/contrib/sessions/backends
Aymeric Augustin a84d79f572 [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02: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 [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
cache.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
cached_db.py Fixed #17810 (again). Catch session key errors. 2012-03-23 16:14:46 +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 Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
signed_cookies.py [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00