Merge branch 'master' into 1712-cached-reference-push-fix

This commit is contained in:
erdenezul
2017-12-22 19:44:53 +08:00
committed by GitHub
4 changed files with 42 additions and 3 deletions

View File

@@ -7,9 +7,9 @@ dev
- Subfield resolve error in generic_emdedded_document query #1651 #1652
- use each modifier only with $position #1673 #1675
- Improve LazyReferenceField and GenericLazyReferenceField with nested fields #1704
- Fix validation error instance in GenericEmbeddedDocumentField #1067
- Update cached fields when fields argument is given #1712
Changes in 0.15.0
=================
- Add LazyReferenceField and GenericLazyReferenceField to address #1230