From 8d300eb423e59101a1dde9a80c388997ad120361 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Wed, 18 Jun 2025 15:04:06 -0400 Subject: [PATCH 1/6] DOCSP-50951: Remove Motor pages due to deprecation --- source/includes/help-links-motor.rst | 6 - .../language-compatibility-table-motor.rst | 84 --------- .../mongodb-compatibility-table-motor.rst | 62 ------- source/motor.txt | 168 ------------------ source/python-drivers.txt | 12 +- 5 files changed, 11 insertions(+), 321 deletions(-) delete mode 100644 source/includes/help-links-motor.rst delete mode 100644 source/includes/language-compatibility-table-motor.rst delete mode 100644 source/includes/mongodb-compatibility-table-motor.rst delete mode 100644 source/motor.txt diff --git a/source/includes/help-links-motor.rst b/source/includes/help-links-motor.rst deleted file mode 100644 index 32028288d..000000000 --- a/source/includes/help-links-motor.rst +++ /dev/null @@ -1,6 +0,0 @@ -How to get help ---------------- - -- Ask questions on our :community-forum:`MongoDB Community Forums <>`. -- Visit our :technical-support:`Support Channels `. -- See `JIRA `__ to raise issues or request features. diff --git a/source/includes/language-compatibility-table-motor.rst b/source/includes/language-compatibility-table-motor.rst deleted file mode 100644 index 7af087c8a..000000000 --- a/source/includes/language-compatibility-table-motor.rst +++ /dev/null @@ -1,84 +0,0 @@ - -.. list-table:: - :header-rows: 1 - :stub-columns: 1 - :class: compatibility-large - - * - Motor Driver Version - - Python 3.13 - - Python 3.12 - - Python 3.11 - - Python 3.10 - - Python 3.9 - - Python 3.8 - - Python 3.7 - - * - 3.7 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - * - 3.6 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - * - 3.5 - - - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - * - 3.3 to 3.4 - - - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - * - 3.1 to 3.2 - - - - - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - * - 3.0 - - - - - - - - ✓ - - ✓ - - ✓ - - ✓ - -- Motor 3.7 wraps PyMongo 4.10 -- Motor 3.6 wraps PyMongo 4.9 -- Motor 3.5 wraps PyMongo 4.5 to 4.8 -- Motor 3.3 and 3.4 wrap PyMongo 4.5 -- Motor 3.2 wraps PyMongo 4.4+ -- Motor 3.1 wraps PyMongo 4.2+ -- Motor 3.0 wraps PyMongo 4.1+ - -.. note:: - - - For asyncio support, Motor requires Python 3.4+, or - Python 3.3 with the `asyncio package from PyPI - `_. - - - Motor 2.3+ supports Windows. diff --git a/source/includes/mongodb-compatibility-table-motor.rst b/source/includes/mongodb-compatibility-table-motor.rst deleted file mode 100644 index 54e735221..000000000 --- a/source/includes/mongodb-compatibility-table-motor.rst +++ /dev/null @@ -1,62 +0,0 @@ -.. sharedinclude:: dbx/compatibility-table-legend.rst - -.. list-table:: - :header-rows: 1 - :stub-columns: 1 - :class: compatibility - - * - Motor Driver Version - - MongoDB 8.0 - - MongoDB 7.0 - - MongoDB 6.0 - - MongoDB 5.0 - - MongoDB 4.4 - - MongoDB 4.2 - - MongoDB 4.0 - - MongoDB 3.6 - - * - 3.7 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - * - 3.6 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - * - 3.2 to 3.5 - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - * - 3.1 - - ⊛ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - * - 3.0 - - ⊛ - - ⊛ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ diff --git a/source/motor.txt b/source/motor.txt deleted file mode 100644 index e8fe7d4f7..000000000 --- a/source/motor.txt +++ /dev/null @@ -1,168 +0,0 @@ -.. _python-async-driver: - -==================== -Motor (Async Driver) -==================== - -.. facet:: - :name: genre - :values: reference - -.. facet:: - :name: programming_language - :values: python - -.. meta:: - :keywords: Python async, Stable API, local connection, atlas, code example - :description: Explore Motor, the async Python driver for MongoDB, with installation guides, connection examples, and compatibility details. - -.. contents:: On this page - :local: - :backlinks: none - :depth: 1 - :class: twocols - -.. banner:: - :variant: warning - - As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async - API in the PyMongo library. We will not add new features to Motor, and we will - provide only bug fixes until it reaches end of life on May 14, 2026. After that, we will - fix only critical bugs until final support ends on May 14, 2027. We - strongly recommend migrating to the PyMongo Async API while Motor is still supported. - - For more information about migrating, see the `Migrate to PyMongo Async `__ - guide in the PyMongo documentation. - - -Introduction ------------- - -Welcome to the documentation site for Motor, the official MongoDB -driver for asynchronous Python applications. Download it using -`pip `__ -or set up a runnable project by following our tutorials. - -.. tip:: - - If you do not need to access MongoDB in a non-blocking manner or from - co-routines, we recommend that you use the `PyMongo - `__ - driver instead. - -- `Tutorial on using Motor with Tornado `__ - -- `Tutorial on using Motor with asyncio `__ - -- `Motor Documentation `__ - -- `Changelog `__ - -- `Source Code `__ - -Follow the links below to read blog posts that describe specific use cases -for the Motor driver: - -- `Porting From PyMongo To Motor `__ - -- `Refactoring Tornado Coroutines `__ - -- `All Motor articles on A. Jesse Jiryu Davis's blog `__ - -Installation ------------- - -You must install the Motor driver module to make it available to your Python -application. We recommend using `pip `__ -to install Motor. - -The following command demonstrates how you can install the latest version of -the module using the command line: - -.. code-block:: sh - - $ python -m pip install motor - -For more information on requirements and other methods of installation, -see the `Motor Installation `__ -documentation. - -.. _connect-atlas-motor-driver: - -Connect to MongoDB Atlas ------------------------- - -You can use the following connection snippet to test your connection to -your MongoDB deployment on Atlas using the ``asyncio`` asynchronous framework: - -.. literalinclude:: /includes/connection-snippets/scram/py-motor-connection.py - :language: python - -This connection snippet uses the {+stable-api+} feature, which you can -enable when using the Motor driver v2.5 and later to connect to MongoDB Server -v5.0 and later. When you use this feature, you can update your driver or server without -worrying about backward compatibility issues with any commands covered by the -{+stable-api+}. - -To learn more about the {+stable-api+} feature, see -:manual:`{+stable-api+} ` in the Server manual. - -.. include:: /includes/stable-api-notice.rst - -.. _connect-atlas-no-stable-api-motor-driver: - -Connect to MongoDB Atlas Without the Stable API ------------------------------------------------ - -If you are using a version of MongoDB or the driver that doesn't support the -{+stable-api+} feature, you can use the following code snippet to test your connection -to your MongoDB deployment on Atlas: - -.. literalinclude:: /includes/connection-snippets/scram/py-motor-connection-no-stableapi.py - :language: python - -If you are using the ``tornado`` asynchronous library, you can use the -following code to connect to your MongoDB deployment: - -.. literalinclude:: /includes/connection-snippets/scram/py-motor-connection-tornado.py - :language: python - -Connect to a MongoDB Server on Your Local Machine -------------------------------------------------- - -.. include:: /includes/localhost-connection.rst - -To test whether you can connect to your server, replace the connection -string in the :ref:`Connect to MongoDB Atlas ` code -example and run it. - -Compatibility -------------- - -MongoDB Compatibility -~~~~~~~~~~~~~~~~~~~~~ - -The following compatibility table specifies the recommended version or versions -of the Motor (Python async) driver for use with a specific version of MongoDB. - -The first column lists the driver version. - -.. sharedinclude:: dbx/lifecycle-schedule-callout.rst - -.. include:: /includes/mongodb-compatibility-table-motor.rst - -.. include:: /includes/older-server-versions-unsupported.rst - -Language Compatibility -~~~~~~~~~~~~~~~~~~~~~~ - -The following compatibility table specifies the recommended version(s) of the -Motor (Python async) driver for use with a specific version of Python. - -The first column lists the driver version(s). - -.. include:: /includes/language-compatibility-table-motor.rst - -.. include:: /includes/about-driver-compatibility.rst - -.. include:: /includes/help-links-motor.rst diff --git a/source/python-drivers.txt b/source/python-drivers.txt index 9d9a21bd4..ec3471608 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -17,7 +17,6 @@ MongoDB Python Drivers PyMongo PyMongoArrow - /motor.txt .. contents:: On this page :local: @@ -42,6 +41,17 @@ to learn how to install and begin using the driver. `PyMongoArrow `__ is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tables. +.. note:: Motor Deprecation + + As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async + API in the PyMongo library. We will not add new features to Motor, and we will + provide only bug fixes until it reaches end of life on May 14, 2026. After that, we will + fix only critical bugs until final support ends on May 14, 2027. We + strongly recommend migrating to the PyMongo Async API while Motor is still supported. + + For more information about migrating, see the `Migrate to PyMongo Async `__ + guide in the PyMongo documentation. + Tools and Projects ------------------ From b85bc84ec1df4a1c8132ca8f530a50f4d207a380 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Wed, 18 Jun 2025 15:09:30 -0400 Subject: [PATCH 2/6] Add redirect for deleted page --- config/redirects | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/redirects b/config/redirects index dfe7bfc62..6cc399e02 100644 --- a/config/redirects +++ b/config/redirects @@ -163,6 +163,10 @@ raw: docs/drivers/connectors/kafka-sink-properties -> ${kafka}/kafka-sink-proper raw: docs/drivers/connectors/kafka-sink -> ${kafka}/kafka-sink/ raw: docs/drivers/connectors/kafka-source -> ${kafka}/kafka-source/ +# Python + +raw: docs/drivers/motor -> ${pymongo-base}/reference/migration/ + # Platforms raw: docs/drivers/platforms/digitalocean -> ${atlas}/ From eb9693dd05eb5b9b7c1fc5146fb259694c4d78ed Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Wed, 18 Jun 2025 16:11:24 -0400 Subject: [PATCH 3/6] RR feedback --- config/redirects | 8 ++++---- source/python-drivers.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/redirects b/config/redirects index 6cc399e02..a72f0ee6b 100644 --- a/config/redirects +++ b/config/redirects @@ -29,6 +29,10 @@ raw: docs/drivers/scala/ -> https://www.mongodb.com/docs/languages/scala/scala-d raw: docs/drivers/rust -> https://www.mongodb.com/docs/drivers/rust/current/ +# Python + +raw: docs/drivers/motor -> ${pymongo-base}/reference/migration/ + # Manual FLE merge - update URLs after 6.0 release raw: docs/drivers/security -> ${manual}/core/csfle/ @@ -163,10 +167,6 @@ raw: docs/drivers/connectors/kafka-sink-properties -> ${kafka}/kafka-sink-proper raw: docs/drivers/connectors/kafka-sink -> ${kafka}/kafka-sink/ raw: docs/drivers/connectors/kafka-source -> ${kafka}/kafka-source/ -# Python - -raw: docs/drivers/motor -> ${pymongo-base}/reference/migration/ - # Platforms raw: docs/drivers/platforms/digitalocean -> ${atlas}/ diff --git a/source/python-drivers.txt b/source/python-drivers.txt index ec3471608..2af713793 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -41,7 +41,7 @@ to learn how to install and begin using the driver. `PyMongoArrow `__ is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tables. -.. note:: Motor Deprecation +.. important:: Motor Deprecation As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async API in the PyMongo library. We will not add new features to Motor, and we will From b9b33cf601bd5dc62dcb337bde5200d0bf91b420 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Wed, 18 Jun 2025 16:58:20 -0400 Subject: [PATCH 4/6] Restore files --- source/includes/help-links-motor.rst | 6 + .../language-compatibility-table-motor.rst | 84 +++++++++ .../mongodb-compatibility-table-motor.rst | 62 +++++++ source/motor.txt | 168 ++++++++++++++++++ 4 files changed, 320 insertions(+) create mode 100644 source/includes/help-links-motor.rst create mode 100644 source/includes/language-compatibility-table-motor.rst create mode 100644 source/includes/mongodb-compatibility-table-motor.rst create mode 100644 source/motor.txt diff --git a/source/includes/help-links-motor.rst b/source/includes/help-links-motor.rst new file mode 100644 index 000000000..e51cb3aa2 --- /dev/null +++ b/source/includes/help-links-motor.rst @@ -0,0 +1,6 @@ +How to get help +--------------- + +- Ask questions on our :community-forum:`MongoDB Community Forums <>`. +- Visit our :technical-support:`Support Channels `. +- See `JIRA `__ to raise issues or request features. \ No newline at end of file diff --git a/source/includes/language-compatibility-table-motor.rst b/source/includes/language-compatibility-table-motor.rst new file mode 100644 index 000000000..2c51cb22a --- /dev/null +++ b/source/includes/language-compatibility-table-motor.rst @@ -0,0 +1,84 @@ + +.. list-table:: + :header-rows: 1 + :stub-columns: 1 + :class: compatibility-large + + * - Motor Driver Version + - Python 3.13 + - Python 3.12 + - Python 3.11 + - Python 3.10 + - Python 3.9 + - Python 3.8 + - Python 3.7 + + * - 3.7 + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - + - + + * - 3.6 + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - + + * - 3.5 + - + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - + + * - 3.3 to 3.4 + - + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + + * - 3.1 to 3.2 + - + - + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + + * - 3.0 + - + - + - + - ✓ + - ✓ + - ✓ + - ✓ + +- Motor 3.7 wraps PyMongo 4.10 +- Motor 3.6 wraps PyMongo 4.9 +- Motor 3.5 wraps PyMongo 4.5 to 4.8 +- Motor 3.3 and 3.4 wrap PyMongo 4.5 +- Motor 3.2 wraps PyMongo 4.4+ +- Motor 3.1 wraps PyMongo 4.2+ +- Motor 3.0 wraps PyMongo 4.1+ + +.. note:: + + - For asyncio support, Motor requires Python 3.4+, or + Python 3.3 with the `asyncio package from PyPI + `_. + + - Motor 2.3+ supports Windows. \ No newline at end of file diff --git a/source/includes/mongodb-compatibility-table-motor.rst b/source/includes/mongodb-compatibility-table-motor.rst new file mode 100644 index 000000000..e97d01d61 --- /dev/null +++ b/source/includes/mongodb-compatibility-table-motor.rst @@ -0,0 +1,62 @@ +.. sharedinclude:: dbx/compatibility-table-legend.rst + +.. list-table:: + :header-rows: 1 + :stub-columns: 1 + :class: compatibility + + * - Motor Driver Version + - MongoDB 8.0 + - MongoDB 7.0 + - MongoDB 6.0 + - MongoDB 5.0 + - MongoDB 4.4 + - MongoDB 4.2 + - MongoDB 4.0 + - MongoDB 3.6 + + * - 3.7 + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - + * - 3.6 + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + * - 3.2 to 3.5 + - ⊛ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + * - 3.1 + - ⊛ + - ⊛ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + * - 3.0 + - ⊛ + - ⊛ + - ⊛ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ \ No newline at end of file diff --git a/source/motor.txt b/source/motor.txt new file mode 100644 index 000000000..2fce4b787 --- /dev/null +++ b/source/motor.txt @@ -0,0 +1,168 @@ +.. _python-async-driver: + +==================== +Motor (Async Driver) +==================== + +.. facet:: + :name: genre + :values: reference + +.. facet:: + :name: programming_language + :values: python + +.. meta:: + :keywords: Python async, Stable API, local connection, atlas, code example + :description: Explore Motor, the async Python driver for MongoDB, with installation guides, connection examples, and compatibility details. + +.. contents:: On this page + :local: + :backlinks: none + :depth: 1 + :class: twocols + +.. banner:: + :variant: warning + + As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async + API in the PyMongo library. We will not add new features to Motor, and we will + provide only bug fixes until it reaches end of life on May 14, 2026. After that, we will + fix only critical bugs until final support ends on May 14, 2027. We + strongly recommend migrating to the PyMongo Async API while Motor is still supported. + + For more information about migrating, see the `Migrate to PyMongo Async `__ + guide in the PyMongo documentation. + + +Introduction +------------ + +Welcome to the documentation site for Motor, the official MongoDB +driver for asynchronous Python applications. Download it using +`pip `__ +or set up a runnable project by following our tutorials. + +.. tip:: + + If you do not need to access MongoDB in a non-blocking manner or from + co-routines, we recommend that you use the `PyMongo + `__ + driver instead. + +- `Tutorial on using Motor with Tornado `__ + +- `Tutorial on using Motor with asyncio `__ + +- `Motor Documentation `__ + +- `Changelog `__ + +- `Source Code `__ + +Follow the links below to read blog posts that describe specific use cases +for the Motor driver: + +- `Porting From PyMongo To Motor `__ + +- `Refactoring Tornado Coroutines `__ + +- `All Motor articles on A. Jesse Jiryu Davis's blog `__ + +Installation +------------ + +You must install the Motor driver module to make it available to your Python +application. We recommend using `pip `__ +to install Motor. + +The following command demonstrates how you can install the latest version of +the module using the command line: + +.. code-block:: sh + + $ python -m pip install motor + +For more information on requirements and other methods of installation, +see the `Motor Installation `__ +documentation. + +.. _connect-atlas-motor-driver: + +Connect to MongoDB Atlas +------------------------ + +You can use the following connection snippet to test your connection to +your MongoDB deployment on Atlas using the ``asyncio`` asynchronous framework: + +.. literalinclude:: /includes/connection-snippets/scram/py-motor-connection.py + :language: python + +This connection snippet uses the {+stable-api+} feature, which you can +enable when using the Motor driver v2.5 and later to connect to MongoDB Server +v5.0 and later. When you use this feature, you can update your driver or server without +worrying about backward compatibility issues with any commands covered by the +{+stable-api+}. + +To learn more about the {+stable-api+} feature, see +:manual:`{+stable-api+} ` in the Server manual. + +.. include:: /includes/stable-api-notice.rst + +.. _connect-atlas-no-stable-api-motor-driver: + +Connect to MongoDB Atlas Without the Stable API +----------------------------------------------- + +If you are using a version of MongoDB or the driver that doesn't support the +{+stable-api+} feature, you can use the following code snippet to test your connection +to your MongoDB deployment on Atlas: + +.. literalinclude:: /includes/connection-snippets/scram/py-motor-connection-no-stableapi.py + :language: python + +If you are using the ``tornado`` asynchronous library, you can use the +following code to connect to your MongoDB deployment: + +.. literalinclude:: /includes/connection-snippets/scram/py-motor-connection-tornado.py + :language: python + +Connect to a MongoDB Server on Your Local Machine +------------------------------------------------- + +.. include:: /includes/localhost-connection.rst + +To test whether you can connect to your server, replace the connection +string in the :ref:`Connect to MongoDB Atlas ` code +example and run it. + +Compatibility +------------- + +MongoDB Compatibility +~~~~~~~~~~~~~~~~~~~~~ + +The following compatibility table specifies the recommended version or versions +of the Motor (Python async) driver for use with a specific version of MongoDB. + +The first column lists the driver version. + +.. sharedinclude:: dbx/lifecycle-schedule-callout.rst + +.. include:: /includes/mongodb-compatibility-table-motor.rst + +.. include:: /includes/older-server-versions-unsupported.rst + +Language Compatibility +~~~~~~~~~~~~~~~~~~~~~~ + +The following compatibility table specifies the recommended version(s) of the +Motor (Python async) driver for use with a specific version of Python. + +The first column lists the driver version(s). + +.. include:: /includes/language-compatibility-table-motor.rst + +.. include:: /includes/about-driver-compatibility.rst + +.. include:: /includes/help-links-motor.rst \ No newline at end of file From 7ba6604289a8e2f31e52a679bbe6f2cab1713d53 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Wed, 18 Jun 2025 17:02:50 -0400 Subject: [PATCH 5/6] Fix --- config/redirects | 4 ---- source/motor.txt | 1 - source/python-drivers.txt | 4 +--- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/config/redirects b/config/redirects index a72f0ee6b..dfe7bfc62 100644 --- a/config/redirects +++ b/config/redirects @@ -29,10 +29,6 @@ raw: docs/drivers/scala/ -> https://www.mongodb.com/docs/languages/scala/scala-d raw: docs/drivers/rust -> https://www.mongodb.com/docs/drivers/rust/current/ -# Python - -raw: docs/drivers/motor -> ${pymongo-base}/reference/migration/ - # Manual FLE merge - update URLs after 6.0 release raw: docs/drivers/security -> ${manual}/core/csfle/ diff --git a/source/motor.txt b/source/motor.txt index 2fce4b787..08b2ba0e8 100644 --- a/source/motor.txt +++ b/source/motor.txt @@ -34,7 +34,6 @@ Motor (Async Driver) For more information about migrating, see the `Migrate to PyMongo Async `__ guide in the PyMongo documentation. - Introduction ------------ diff --git a/source/python-drivers.txt b/source/python-drivers.txt index 2af713793..ac3a364d0 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -44,9 +44,7 @@ is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tab .. important:: Motor Deprecation As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async - API in the PyMongo library. We will not add new features to Motor, and we will - provide only bug fixes until it reaches end of life on May 14, 2026. After that, we will - fix only critical bugs until final support ends on May 14, 2027. We + API in the PyMongo library. We strongly recommend migrating to the PyMongo Async API while Motor is still supported. For more information about migrating, see the `Migrate to PyMongo Async `__ From 8ae4ebcf8001ee99b4adb710f77177e04882d4c7 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Wed, 18 Jun 2025 17:04:04 -0400 Subject: [PATCH 6/6] Fix --- source/python-drivers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/python-drivers.txt b/source/python-drivers.txt index ac3a364d0..bbbe9483c 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -17,6 +17,7 @@ MongoDB Python Drivers PyMongo PyMongoArrow + /motor.txt .. contents:: On this page :local: