This commit is contained in:
Victor
2016-08-04 08:31:19 +03:00
parent 25bc571f30
commit 327e164869
5 changed files with 12 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ Changes in 0.10.7 - DEV
- Fixed AttributeError when initializing EmbeddedDocument with positional args. #681
- Fixed no_cursor_timeout error with pymongo 3.0+ #1304
- Replaced map-reduce based QuerySet.sum/average with aggregation-based implementations #1336
- Fixed support for `__` to escape field names that match operators names in `update` #1351
Changes in 0.10.6
=================