Merge branch 'master' into Fix_update_full_result_documentation

This commit is contained in:
erdenezul
2019-02-18 09:31:00 +08:00
committed by GitHub
5 changed files with 171 additions and 77 deletions

View File

@@ -8,6 +8,7 @@ Development
- Fix .only() working improperly after using .count() of the same instance of QuerySet
- 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
=================
Changes in 0.16.3