Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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}/
Expand Down
6 changes: 0 additions & 6 deletions source/includes/help-links-motor.rst

This file was deleted.

84 changes: 0 additions & 84 deletions source/includes/language-compatibility-table-motor.rst
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: since this product is deprecated and not EOL'd yet, consider syncing with the PM about whether these tables should be visible somewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed that for now we'll just leave the important admonition on the motor page.

This file was deleted.

62 changes: 0 additions & 62 deletions source/includes/mongodb-compatibility-table-motor.rst

This file was deleted.

168 changes: 0 additions & 168 deletions source/motor.txt

This file was deleted.

12 changes: 11 additions & 1 deletion source/python-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ MongoDB Python Drivers

PyMongo <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/>
PyMongoArrow <https://www.mongodb.com/docs/languages/python/pymongo-arrow-driver/current/>
/motor.txt

.. contents:: On this page
:local:
Expand All @@ -42,6 +41,17 @@ to learn how to install and begin using the driver.
`PyMongoArrow <https://www.mongodb.com/docs/languages/python/pymongo-arrow-driver/current/>`__
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 <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__
guide in the PyMongo documentation.

Tools and Projects
------------------

Expand Down
Loading