Fixed Datastructures so instances are a Document or EmbeddedDocument (#363)

This commit is contained in:
Ross Lawley
2013-06-06 17:58:10 +00:00
parent 8aae4f0ed0
commit a7631223a3
2 changed files with 11 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.8.2
================
- Fixed Datastructures so instances are a Document or EmbeddedDocument (#363)
- Improved cascading saves write performance (#361)
- Fixed amibiguity and differing behaviour regarding field defaults (#349)
- ImageFields now include PIL error messages if invalid error (#353)