Circular references with EmbeddedDocumentField fix

Fixes #345
This commit is contained in:
Ross Lawley
2011-11-28 08:23:28 -08:00
parent 700e2cd93d
commit c775c0a80c
3 changed files with 14 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ Changelog
Changes in dev
==============
- Fixed issue creating indexes with recursive embedded documents
- Fixed recursive lookup in _unique_with_indexes
- Fixed passing ComplexField defaults to constructor for ReferenceFields
- Fixed validation of DictField Int keys
- Added optional cascade saving