django-password-policies
django-password-policies copied to clipboard
Pickle serializer for sessions
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
?
PR?