Django 1.6 session fix (#509)

This commit is contained in:
Ross Lawley
2013-11-29 13:11:56 +00:00
parent fe8340617a
commit 453024c58d
2 changed files with 3 additions and 1 deletions

View File

@@ -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)