django1/django
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
..
bin [1.5.x] Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:52:38 +02:00
conf [1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 17:49:11 -04:00
contrib [1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 17:49:11 -04:00
core [1.5.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3. 2013-07-09 11:58:02 -04:00
db [1.5.x] Optimisation in prefetch_related_objects 2013-07-27 18:02:57 -04:00
dispatch [1.5.x] Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:37:23 +01:00
forms [1.5.x] Fixed #20211: Document backwards-incompatible change in BoundField.label_tag 2013-04-12 10:25:44 +02:00
http [1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 10:39:03 -07:00
middleware [1.5.x] Rotate CSRF token on login 2013-05-24 22:20:44 +01:00
shortcuts [1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:55:00 +01:00
template [py3] Always fed hashlib with bytes. 2013-02-27 10:03:33 +01:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test [1.5.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear down aliases 2013-07-13 18:09:24 -04:00
utils [1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 17:49:11 -04:00
views [1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView. 2013-01-30 21:34:39 +01:00
__init__.py Bump version post-release. 2013-08-13 12:17:27 -05:00