Open avium opened 9 years ago
Does this app require users to change the Django setting SESSION_SERIALIZER to 'django.contrib.sessions.serializers.PickleSerializer'? Based on the Django documentation, this seems like a fairly steep price to pay: https://docs.djangoproject.com/en/1.7/topics/http/sessions/#session-serialization.
SESSION_SERIALIZER
'django.contrib.sessions.serializers.PickleSerializer'
Is there anything we can do to help add support for JSONSerializer?
JSONSerializer
PR?
Does this app require users to change the Django setting
SESSION_SERIALIZER
to'django.contrib.sessions.serializers.PickleSerializer'
? Based on the Django documentation, this seems like a fairly steep price to pay: https://docs.djangoproject.com/en/1.7/topics/http/sessions/#session-serialization.Is there anything we can do to help add support for
JSONSerializer
?