django1/django/contrib/messages/storage
Tim Graham 616a4d385a [1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.

Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.

Backport of b0ce6fe656 from master
2013-08-22 17:49:11 -04:00
..
__init__.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
base.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
cookie.py [1.5.x] Added compatibility with legacy message length 2012-12-21 13:36:22 +01:00
fallback.py Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
session.py [1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 17:49:11 -04:00