django-openid-auth (0.5-2) unstable; urgency=medium

  django-openid-auth is not compatible with Django 1.6's
  default JSON_SESSION_SERIALIZER. It's nessesary to revert
  to the old Pickle serializer as a workaround. Add the
  following to your settings.py:

  SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'

  For information about the change in Django, see: http://deb.li/iiZZU

  The issue is being tracked for django-openid-auth upstream at:
  http://pad.lv/1252826

 -- Andrew Starr-Bochicchio <asb@debian.org>  Sat, 22 Feb 2014 12:33:37 -0500
