Edit EmbeddedDocumentListField update() doc

This commit is contained in:
John Dupuy 2018-03-10 23:24:04 -06:00
parent aa68322641
commit a0947d0c54

View File

@ -351,7 +351,8 @@ class EmbeddedDocumentList(BaseList):
def update(self, **update):
"""
Updates the embedded documents with the given update values.
Updates the embedded documents with the given replacement values. This
function does not support mongoDB update operators such as ``inc__``.
.. note::
The embedded document changes are not automatically saved