django1/django/contrib/sessions/backends
Aymeric Augustin 212a512984 [py3] Avoided the deprecated base64 interface.
This fixes a deprecation warning under Python 3.
2012-08-14 23:45:12 +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] Avoided the deprecated base64 interface. 2012-08-14 23:45:12 +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 [py3] Fix encoding issues in contrib.sessions 2012-08-12 22:49:10 +02: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