-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PYTHON-4773 - Async PyMongo Beta docs update (#1868)
- Loading branch information
Showing
11 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
:mod:`change_stream` -- Watch changes on a collection, database, or cluster | ||
=========================================================================== | ||
|
||
.. warning:: This API is currently in beta, meaning the classes, methods, | ||
and behaviors described within may change before the full release. | ||
If you come across any bugs during your use of this API, | ||
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON. | ||
|
||
.. automodule:: pymongo.asynchronous.change_stream | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
:mod:`client_session` -- Logical sessions for sequential operations | ||
=================================================================== | ||
|
||
.. warning:: This API is currently in beta, meaning the classes, methods, | ||
and behaviors described within may change before the full release. | ||
If you come across any bugs during your use of this API, | ||
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON. | ||
|
||
.. automodule:: pymongo.asynchronous.client_session | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
:mod:`command_cursor` -- Tools for iterating over MongoDB command results | ||
========================================================================= | ||
|
||
.. warning:: This API is currently in beta, meaning the classes, methods, | ||
and behaviors described within may change before the full release. | ||
If you come across any bugs during your use of this API, | ||
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON. | ||
|
||
.. automodule:: pymongo.asynchronous.command_cursor | ||
:synopsis: Tools for iterating over MongoDB command results | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters