Skip to content

Commit 96fcdcb

Browse files
committed
update admonitions
1 parent b9a3470 commit 96fcdcb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

source/includes/pymongo-async-experimental.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
The {+driver-async+} driver is experimental and should not be used in
44
production environments. Classes, methods, and behaviors described in this
5-
guide might change prior to the full release. If you encounter any
5+
guide might change prior to the production release. If you encounter any
66
issues with {+driver-async+}, you can learn how to report them on the
77
:ref:`pymongo-issues-help` page.

source/reference/migration.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ Migrate From Motor
6161

6262
.. warning:: Motor Deprecation
6363

64-
Motor will be deprecated one year after the production release of the {+driver-async+}
65-
driver. We strongly recommend that Motor users migrate to the {+driver-async+} driver while
66-
Motor is still supported.
64+
The {+driver-async+} driver is currently experimental and should not be used
65+
in production environments.. **Motor will be deprecated one year after the
66+
production release of the {+driver-async+} driver.** We strongly recommend
67+
that Motor users migrate to the {+driver-async+} driver while Motor is still
68+
supported.
6769

6870
The {+driver-async+} driver functions similarly to the Motor library, but allows
6971
for improved latency and throughput due to directly using Python Asyncio instead

0 commit comments

Comments
 (0)