The Collection.find() and Cursor() documentation is missing the allow_disk_use parameter.
Cursor() is also missing the session parameter.
This was fixed in 4.0 while working on PYTHON-1307. We should backport this change to 3.X.
- related to
-
PYTHON-1307 Remove support for SON manipulators
- Closed