Fixed inconsistency handling None values field attrs

fixes hmarr/mongoengine#505
This commit is contained in:
Ross Lawley
2012-06-19 11:22:12 +01:00
parent 3d0d2f48ad
commit 9fecf2b303
4 changed files with 2 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.6.X
================
- Fixed inconsistency handling None values field attrs
- Fixed map_field embedded db_field issue
- Fixed .save() _delta issue with DbRefs
- Fixed Django TestCase