We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226049f commit fd0095bCopy full SHA for fd0095b
mongoengine/base/datastructures.py
@@ -293,7 +293,7 @@ def create(self, **values):
293
294
.. note::
295
the instance of the EmbeddedDocument is not automatically saved to the database.
296
- You still need to call save() on this EmbeddedDocumentList.
+ You still need to call .save() on the parent Document.
297
298
:param values: A dictionary of values for the embedded document.
299
:return: The new embedded document instance.
0 commit comments