Skip to content

Commit e734063

Browse files
committed
PYTHON-942 - Fix changelog guidance to no_cursor_timeout.
1 parent 87580b1 commit e734063

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/changelog.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ changes are not significant for your application.
379379

380380
- spec -> filter
381381
- fields -> projection
382-
- timeout -> no_cursor_timeout
383382
- partial -> allow_partial_results
384383

385384
The following find/find_one options have been added:
@@ -415,6 +414,13 @@ The following find/find_one options are deprecated:
415414

416415
- manipulate
417416

417+
The following renames need special handling.
418+
419+
- timeout -> no_cursor_timeout -
420+
The default for `timeout` was True. The default for `no_cursor_timeout` is
421+
False. If you were previously passing False for `timeout` you must pass
422+
**True** for `no_cursor_timeout` to keep the previous behavior.
423+
418424
:mod:`~pymongo.errors` changes
419425
..............................
420426

0 commit comments

Comments
 (0)