django1/django/contrib
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
..
admin [1.6.x] Revert "Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletes" 2013-08-16 07:59:16 -04:00
admindocs Removed several unused imports. 2013-06-19 17:18:40 +02:00
auth Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S. 2013-08-13 11:05:41 -05:00
comments Removed several unused imports. 2013-06-19 17:18:40 +02:00
contenttypes [1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypasses get_fieldsets(). 2013-08-02 10:45:58 -04:00
flatpages Removed several unused imports. 2013-06-19 17:18:40 +02:00
formtools [1.6.x] Updated translation templates 2013-08-16 15:13:31 +02:00
gis [1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspection 2013-08-16 21:21:41 +02:00
humanize Fixed #20502 (again) -- More i18n cache flush in tests 2013-06-06 14:28:58 +02:00
messages [1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 17:55:01 -04:00
redirects Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
sessions [1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 17:55:01 -04:00
sitemaps Removed several unused imports. 2013-06-19 17:18:40 +02:00
sites Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
staticfiles [1.6.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring. 2013-07-25 12:32:38 -04:00
syndication Stopped using non-standard __globals__ and __code__ attributes. 2013-03-17 10:44:28 +01:00
webdesign Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00