[Python-modules-commits] r27875 - in packages/django-openid-auth/trunk/debian (NEWS changelog)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Sat Feb 22 17:48:16 UTC 2014


    Date: Saturday, February 22, 2014 @ 17:48:15
  Author: asb
Revision: 27875

Add debian/NEW entry describing the situation with
the new Django session serializer. 

Added:
  packages/django-openid-auth/trunk/debian/NEWS
Modified:
  packages/django-openid-auth/trunk/debian/changelog

Added: packages/django-openid-auth/trunk/debian/NEWS
===================================================================
--- packages/django-openid-auth/trunk/debian/NEWS	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/NEWS	2014-02-22 17:48:15 UTC (rev 27875)
@@ -0,0 +1,15 @@
+django-openid-auth (0.5-2) UNRELEASED; 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 at debian.org>  Sat, 22 Feb 2014 12:33:37 -0500

Modified: packages/django-openid-auth/trunk/debian/changelog
===================================================================
--- packages/django-openid-auth/trunk/debian/changelog	2014-02-22 17:47:06 UTC (rev 27874)
+++ packages/django-openid-auth/trunk/debian/changelog	2014-02-22 17:48:15 UTC (rev 27875)
@@ -3,6 +3,8 @@
   * debian/patches/django1.6compat.patch: Fix compatibility
     issues with Django 1.6 (Closes: #729828, 739617)
     (LP: #1252866, #1252445).
+  * Add debian/NEW entry describing the situation with
+    the new Django session serializer. 
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Sat, 22 Feb 2014 12:14:22 -0500
 




More information about the Python-modules-commits mailing list