Merge branch 'master' into draft_v017

This commit is contained in:
Erdenezul Batmunkh
2019-03-10 22:22:29 +08:00
3 changed files with 12 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Development
Changes in 0.17.0
=================
- Fix .only() working improperly after using .count() of the same instance of QuerySet
- Fix batch_size that was not copied when cloning a queryset object #2011
- POTENTIAL BREAKING CHANGE: All result fields are now passed, including internal fields (_cls, _id) when using `QuerySet.as_pymongo` #1976
- Document a BREAKING CHANGE introduced in 0.15.3 and not reported at that time (#1995)
- Fix InvalidStringData error when using modify on a BinaryField #1127