fix-#734: set attribute to None does not work (at least for fields with default values). Solves #735 as well

This commit is contained in:
DavidBord
2014-08-17 13:57:48 +03:00
parent 201b12a886
commit bdbd495a9e
3 changed files with 33 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Set attribute to None does not work (at least for fields with default values) #734
- Querying by a field defined in a subclass raises InvalidQueryError #744
- Add Support For MongoDB 2.6.X's maxTimeMS #778
- abstract shouldn't be inherited in EmbeddedDocument # 789