Do not keep calling _dereference on values if it has already been dereferenced.

This commit is contained in:
Gaurav Dadhania
2019-02-20 12:42:07 +05:30
parent 0744892244
commit fdcaca42ae
4 changed files with 111 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ Changes in 0.17.0
- Fix InvalidStringData error when using modify on a BinaryField #1127
- DEPRECATION: `EmbeddedDocument.save` & `.reload` are marked as deprecated and will be removed in a next version of mongoengine #1552
- Fix test suite and CI to support MongoDB 3.4 #1445
- Fix reference fields querying the database on each access if value contains orphan DBRefs
=================
Changes in 0.16.3