django1/django/contrib/messages/tests
Tim Graham 5f061986b9 [1.6.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:55:01 -04:00
..
__init__.py Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
base.py [1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 17:55:01 -04:00
test_cookie.py Fix contrib.messages tests for discovery. 2013-04-03 15:30:34 -06:00
test_fallback.py Fix contrib.messages tests for discovery. 2013-04-03 15:30:34 -06:00
test_middleware.py Modified messages to work with unittest2 discovery. 2013-04-02 20:12:30 -06:00
test_mixins.py Modified messages to work with unittest2 discovery. 2013-04-02 20:12:30 -06:00
test_session.py [1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 17:55:01 -04:00
urls.py Fixed #16319 -- added SuccessMessageMixin to contrib.messages 2013-03-19 21:02:55 -07:00