diff --git a/settings.py b/settings.py index c9106be..b6d27e5 100644 --- a/settings.py +++ b/settings.py @@ -167,3 +167,7 @@ LOGGING = { }, } } + +# Force use of the pickle serializer as a workaound for django-1.6. See: +# https://docs.djangoproject.com/en/dev/releases/1.6/#default-session-serialization-switched-to-json +SESSION_SERIALIZER='django.contrib.sessions.serializers.PickleSerializer'