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.
1 parent 978fa10 commit ac64d2cCopy full SHA for ac64d2c
doc/changelog.rst
@@ -20,7 +20,9 @@ PyMongo 4.11 brings a number of changes including:
20
- Added :func:`repr` support to :class:`pymongo.operations.IndexModel`.
21
- Added :func:`repr` support to :class:`pymongo.operations.SearchIndexModel`.
22
- Added ``sort`` parameter to
23
- :meth:`~pymongo.collection.Collection.update_one` and :meth:`~pymongo.collection.Collection.replace_one`
+ :meth:`~pymongo.collection.Collection.update_one`, :meth:`~pymongo.collection.Collection.replace_one`,
24
+ :class:`~pymongo.operations.UpdateOne`, and
25
+ :class:`~pymongo.operations.UpdateMany`,
26
27
Issues Resolved
28
...............
0 commit comments