improve recent docstring of EmbeddedDocumentList.create
This commit is contained in:
parent
226049f66a
commit
fd0095b73f
@ -293,7 +293,7 @@ class EmbeddedDocumentList(BaseList):
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
the instance of the EmbeddedDocument is not automatically saved to the database.
|
the instance of the EmbeddedDocument is not automatically saved to the database.
|
||||||
You still need to call save() on this EmbeddedDocumentList.
|
You still need to call .save() on the parent Document.
|
||||||
|
|
||||||
:param values: A dictionary of values for the embedded document.
|
:param values: A dictionary of values for the embedded document.
|
||||||
:return: The new embedded document instance.
|
:return: The new embedded document instance.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user