This commit is contained in:
Kes
2020-03-26 17:25:25 +01:00
committed by GitHub
parent ce74978b1e
commit d73f0bb1af

View File

@@ -307,7 +307,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() o this EmbeddedDocumentList. You still need to call save() on this EmbeddedDocumentList.
: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.