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-11-07 15:11:21 +02:00
parent 201b12a886
commit bdbd495a9e
3 changed files with 33 additions and 5 deletions
+1
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