tarak / django-password-policies

Django unicode-aware password policies.
Other
59 stars 92 forks source link

Pickle serializer for sessions #29

Open avium opened 9 years ago

avium commented 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.

Is there anything we can do to help add support for JSONSerializer?

tarak commented 9 years ago

PR?