Merge pull request #285 from TelekomLabs/force_pickle_serializer
force pickle session serializer (workaround for django 1.6+)
This commit is contained in:
commit
f342567474
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user