Add DeprecationWarning for EmbeddedDocument.save & .reload - those will be removed soon
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user