Fixed map_field embedded db_field bug

fixes hmarr/mongoengine#512
This commit is contained in:
Ross Lawley
2012-06-19 10:57:43 +01:00
parent 581605e0e2
commit 3d0d2f48ad
3 changed files with 49 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.6.X
================
- Fixed map_field embedded db_field issue
- Fixed .save() _delta issue with DbRefs
- Fixed Django TestCase
- Added cmp to Embedded Document