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 1864f8b commit 7941910Copy full SHA for 7941910
docs/source/NEWS.rst
@@ -10,7 +10,7 @@ API Changes
10
- This is the last release that supports Python <3.8 and MongoDB <4.0
11
- Collection methods `insert()`, `update()` and `remove()` are deprecated in favor of
12
corresponding `*_one()` and `*_many()` methods. Old methods will be removed in the next release.
13
-- Collection methods `save()`, `find_and_modify() and `group()` are deprecated and will be removed
+- Collection methods `save()`, `find_and_modify()` and `group()` are deprecated and will be removed
14
in the next release.
15
- `as_class` argument of `find()`, `find_with_cursor()` and `find_one()` is deprecated and will
16
be removed in the next release.
0 commit comments