Removed code related to Document.__only_fields and Queryset.only_fields which appear to have no effect

This commit is contained in:
Bastien Gérard
2020-11-02 14:52:02 +01:00
parent ee664f0c90
commit d8b8ff6851
4 changed files with 13 additions and 39 deletions

View File

@@ -14,6 +14,7 @@ Development
- Bug fix in ListField when updating the first item, it was saving the whole list, instead of
just replacing the first item (as it's usually done) #2392
- Add EnumField: ``mongoengine.fields.EnumField``
- Refactoring - Remove useless code related to Document.__only_fields and Queryset.only_fields
Changes in 0.20.0
=================