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