Added rounding for unicode return value of to_mongo in DecimalField. Closes #1103

This commit is contained in:
Дмитрий Янцен
2016-12-06 10:42:10 +05:00
parent 25e0f12976
commit 7ce8768c19
3 changed files with 3 additions and 1 deletions

View File

@@ -242,3 +242,4 @@ that much better:
* xiaost7 (https://github.com/xiaost7)
* Victor Varvaryuk
* Stanislav Kaledin (https://github.com/sallyruthstruik)
* Dmitry Yantsen (https://github.com/mrTable)