File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ The first column lists the driver version.
50
50
51
51
.. include:: /includes/language-compatibility-table-pymongo.rst
52
52
53
+ .. _pymongo-motor-compatibility:
54
+
53
55
Motor Compatibility
54
56
-------------------
55
57
Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ read and write operations in Motor compared to {+driver-async+}:
84
84
85
85
To see a list of the asynchronous methods available in the {+driver-async+}
86
86
driver, see the :ref:`pymongo-async-methods` section in the {+driver-short+} to
87
- {+driver-async+} guide.
87
+ {+driver-async+} guide. To learn about the versions of Motor that correspond to {+driver-short+},
88
+ see the :ref:`_pymongo-motor-compatibility` section of the Compatibility guide.
88
89
89
90
The following section shows the method signature changes that you must implement
90
91
in your application when migrating from Motor to the {+driver-async+} driver.
You can’t perform that action at this time.
0 commit comments