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.
2 parents aa68322 + a0947d0 commit 4042f88Copy full SHA for 4042f88
mongoengine/base/datastructures.py
@@ -351,7 +351,8 @@ def delete(self):
351
352
def update(self, **update):
353
"""
354
- Updates the embedded documents with the given update values.
+ Updates the embedded documents with the given replacement values. This
355
+ function does not support mongoDB update operators such as ``inc__``.
356
357
.. note::
358
The embedded document changes are not automatically saved
0 commit comments