Merge pull request #1399 from sallyruthstruik/master

Add info in CHANGELOG
This commit is contained in:
Omer Katz 2016-11-20 10:28:15 +02:00 committed by GitHub
commit 36c56243cd
2 changed files with 2 additions and 0 deletions

View File

@ -241,3 +241,4 @@ that much better:
* Shu Shen (https://github.com/shushen) * Shu Shen (https://github.com/shushen)
* xiaost7 (https://github.com/xiaost7) * xiaost7 (https://github.com/xiaost7)
* Victor Varvaryuk * Victor Varvaryuk
* Stanislav Kaledin (https://github.com/sallyruthstruik)

View File

@ -18,6 +18,7 @@ Changes in 0.10.7 - DEV
- Fixed no_cursor_timeout error with pymongo 3.0+ #1304 - Fixed no_cursor_timeout error with pymongo 3.0+ #1304
- Replaced map-reduce based QuerySet.sum/average with aggregation-based implementations #1336 - 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 - Fixed support for `__` to escape field names that match operators names in `update` #1351
- Add support for pickling QuerySet instances. #1397
Changes in 0.10.6 Changes in 0.10.6
================= =================