@@ -22,22 +22,22 @@ MongoDB Compatibility
22
22
23
23
{+django-odm+} uses the PyMongo driver to interact with MongoDB. The {+mdb-server+}
24
24
versions that your application supports depend on your PyMongo version.
25
- The following compatibility table specifies the recommended version or versions
26
- of PyMongo for use with a specific version of MongoDB.
27
-
28
- The first column lists the driver version.
29
-
30
- .. sharedinclude:: dbx/lifecycle-schedule-callout.rst
31
-
32
- .. sharedinclude:: dbx/compatibility-table-legend.rst
33
-
34
- .. include:: /includes/mongodb-compatibility-table-pymongo.rst
25
+ To view PyMongo and {+mdb-server+} compatibility information, see `MongoDB Compatibility
26
+ <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/compatibility/#mongodb-compatibility>`__
27
+ in the PyMongo documentation.
35
28
36
29
PyMongo Compatibility
37
30
---------------------
38
31
39
32
{+django-odm+} supports PyMongo versions 4.6 and later.
40
33
34
+ Django Compatibility
35
+ --------------------
36
+
37
+ Your major and minor version of {+django-odm+} must match your Django version.
38
+ For example, {+django-odm+} version 5.1 requires Django 5.1. The minimum supported
39
+ Django version is 5.0.
40
+
41
41
Language Compatibility
42
42
----------------------
43
43
@@ -48,11 +48,4 @@ The first column lists the ODM version.
48
48
.. include:: /includes/language-compatibility-table-django.rst
49
49
50
50
For more information on how to read the compatibility tables, see our guide on
51
- :ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`
52
-
53
- Django Compatibility
54
- --------------------
55
-
56
- Your major and minor version of {+django-odm+} must match your Django version.
57
- For example, {+django-odm+} version 5.1 requires Django 5.1. The minimum supported
58
- Django version is 5.0.
51
+ :ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`
0 commit comments