From 453024c58d501ff874a6cc04f621bb69e036dcb1 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Fri, 29 Nov 2013 13:11:56 +0000 Subject: [PATCH] Django 1.6 session fix (#509) --- AUTHORS | 3 ++- docs/changelog.rst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 163ee8fe..21b0ae1b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -186,4 +186,5 @@ that much better: * rfkrocktk (https://github.com/rfkrocktk) * Gustavo Andrés Angulo (https://github.com/woakas) * Dmytro Popovych (https://github.com/drudim) - * Tom (https://github.com/tomprimozic) \ No newline at end of file + * Tom (https://github.com/tomprimozic) + * j0hnsmith (https://github.com/j0hnsmith) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4eb82d21..43404d1a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.8.5 ================ +- Django 1.6 session fix (#509) - EmbeddedDocument._instance is now set when settng the attribute (#506) - Fixed EmbeddedDocument with ReferenceField equality issue (#502) - Fixed GenericReferenceField serialization order (#499)