Merge pull request #1976 from 3ddi/eddie/revert_hidden_fields

Bring back _cls and _id fields just as they return in pymongo
This commit is contained in:
erdenezul
2019-02-13 14:25:12 +08:00
committed by GitHub
3 changed files with 30 additions and 38 deletions

View File

@@ -6,6 +6,7 @@ Development
===========
- (Fill this out as you fix issues and develop your features).
- 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
=================
Changes in 0.16.3