django1/django/contrib/sessions/backends
Claude Paroz ebc773ada3 Replaced many smart_bytes by force_bytes
In all those occurrences, we didn't care about preserving the
lazy status of the strings, but we really wanted to obtain a
real bytestring.
2012-08-29 11:20:32 +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 Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +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 Removed unneeded smart_bytes import which was introduced in f2fff84bc. 2012-08-15 17:33:21 +02:00
signed_cookies.py [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00