Skip to content

Commit a3802ae

Browse files
committed
Fix
1 parent c01f832 commit a3802ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/reference/compatibility.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ The first column lists the driver version.
5050

5151
.. include:: /includes/language-compatibility-table-pymongo.rst
5252

53+
.. _pymongo-motor-compatibility:
54+
5355
Motor Compatibility
5456
-------------------
5557

source/reference/migration.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ read and write operations in Motor compared to {+driver-async+}:
8484

8585
To see a list of the asynchronous methods available in the {+driver-async+}
8686
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.
8889

8990
The following section shows the method signature changes that you must implement
9091
in your application when migrating from Motor to the {+driver-async+} driver.

0 commit comments

Comments
 (0)