EmbeddedDocument._instance is now set when settng the attribute (#506)

This commit is contained in:
Ross Lawley
2013-11-29 13:09:11 +00:00
parent a2a698ab0e
commit b024dd913d
3 changed files with 26 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.5
================
- EmbeddedDocument._instance is now set when settng the attribute (#506)
- Fixed EmbeddedDocument with ReferenceField equality issue (#502)
- Fixed GenericReferenceField serialization order (#499)
- Fixed count and none bug (#498)