Add DeprecationWarning for EmbeddedDocument.save & .reload - those will be removed soon

This commit is contained in:
Bastien Gérard
2019-02-18 22:03:03 +01:00
parent db47604865
commit 57a38282a9
3 changed files with 28 additions and 3 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
- 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
=================
Changes in 0.16.3