fix-#787: Fix storing value of precision attribute in DecimalField

This commit is contained in:
DavidBord
2014-11-07 15:03:11 +02:00
parent 201b12a886
commit 1fcf009804
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Fix storing value of precision attribute in DecimalField #787
- 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