Merge branch 'master' of github.com:mongodb/mongo-python-driver

This commit is contained in:
Steven Silvester 2024-04-25 16:11:59 -05:00
commit dd8d67b609
No known key found for this signature in database
GPG Key ID: B1BF5EC3A8B32F91
2 changed files with 2 additions and 9 deletions

View File

@ -109,9 +109,6 @@ jobs:
- name: Install dependencies
run: |
pip install -q tox
- name: Check links
run: |
tox -m linkcheck
- name: Build docs
run: |
tox -m doc

View File

@ -637,12 +637,10 @@ Collection.group is removed
...........................
Removed :meth:`pymongo.collection.Collection.group`. This method was
deprecated in PyMongo 3.5. MongoDB 4.2 removed the `group command`_.
deprecated in PyMongo 3.5. MongoDB 4.2 removed the group command.
Use :meth:`~pymongo.collection.Collection.aggregate` with the ``$group`` stage
instead.
.. _group command: https://mongodb.com/docs/manual/reference/command/group/
Collection.map_reduce and Collection.inline_map_reduce are removed
..................................................................
@ -940,9 +938,7 @@ Collection.parallel_scan is removed
...................................
Removed :meth:`~pymongo.collection.Collection.parallel_scan`. MongoDB 4.2
removed the `parallelCollectionScan command`_. There is no replacement.
.. _parallelCollectionScan command: https://mongodb.com/docs/manual/reference/command/parallelCollectionScan/
removed the parallelCollectionScan command. There is no replacement.
pymongo.message helpers are removed
...................................