django1/django/contrib/sessions/backends
Malcolm Tredinnick 213f294638 Avoid a crash when unencoding session data for the db backend. This is required
because some configurations of MySQL (with utf8_bin collation) will return
bytestring, rather than unicode data, which was causing problems previously.

Refs #8340.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23 22:59:04 +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 When logging in, change the session key whilst preserving any existing 2008-08-21 13:54:53 +00:00
cache.py Fixed #8351 -- Fixed the returned value when we attempt to load a cache-backed session object that doesn't alreayd exist. 2008-08-16 15:54:36 +00:00
db.py Avoid a crash when unencoding session data for the db backend. This is required 2008-08-23 22:59:04 +00:00
file.py Fixed #8457 -- Fixed a missing import. 2008-08-20 21:12:45 +00:00