We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abc3fc3 + 03c612f commit a49b094Copy full SHA for a49b094
docs/guide/querying.rst
@@ -587,6 +587,7 @@ There are several different "modifiers" that you may use with these methods:
587
* ``add_to_set`` -- add value to a list only if its not in the list already
588
* ``rename`` -- rename the key name
589
590
+.. _need to add upsert=True: http://docs.mongodb.org/manual/reference/operator/update/setOnInsert
591
.. _depending on the value: http://docs.mongodb.org/manual/reference/operator/update/pop/
592
593
The syntax for atomic updates is similar to the querying syntax, but the
0 commit comments