Merge branch 'master' of git://github.com/mrTable/mongoengine

This commit is contained in:
Omer Katz
2016-12-11 10:52:08 +02:00
4 changed files with 31 additions and 12 deletions

View File

@@ -2,6 +2,10 @@
Changelog
=========
Development
===========
- Fixed absent rounding for DecimalField when `force_string` is set. #1103
Changes in 0.10.8
=================
- Added support for QuerySet.batch_size (#1426)