Merge pull request #1570 from erdenezul/remove_save_embedded

EmbeddedDocument should not have save method #1552
This commit is contained in:
erdenezul
2019-06-11 16:15:53 +02:00
committed by GitHub
3 changed files with 1 additions and 30 deletions

View File

@@ -23,6 +23,7 @@ Development
- Calling `connect` 2 times with the same alias and different parameter will raise an error (should call `disconnect` first).
- `disconnect` now clears `mongoengine.connection._connection_settings`.
- `disconnect` now clears the cached attribute `Document._collection`.
- BREAKING CHANGE: `EmbeddedDocument.save` & `.reload` is no longier exist #1552
- (Fill this out as you fix issues and develop your features).
Changes in 0.17.0