Skip to content

Commit 5aaac8f

Browse files
committed
AC feedback
1 parent f4fac9d commit 5aaac8f

File tree

3 files changed

+13
-20
lines changed

3 files changed

+13
-20
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2525
driver-short = "PyMongo"
2626
driver-long = "PyMongo, the MongoDB synchronous Python driver,"
2727
driver-async = "PyMongo Async"
28-
django-odm = "MongoDB Backend for Django"
28+
django-odm = "Django MongoDB Backend"
2929
language = "Python"
3030
mdb-server = "MongoDB Server"
3131
mongo-community = "MongoDB Community Edition"

source/django-compatibility.txt

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ MongoDB Compatibility
2222

2323
{+django-odm+} uses the PyMongo driver to interact with MongoDB. The {+mdb-server+}
2424
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.
3528

3629
PyMongo Compatibility
3730
---------------------
3831

3932
{+django-odm+} supports PyMongo versions 4.6 and later.
4033

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+
4141
Language Compatibility
4242
----------------------
4343

@@ -48,11 +48,4 @@ The first column lists the ODM version.
4848
.. include:: /includes/language-compatibility-table-django.rst
4949

5050
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>`

source/includes/language-compatibility-table-django.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:stub-columns: 1
44
:class: compatibility-large
55

6-
* - Django MongoDB Backend Version
6+
* - {+django-odm+} Version
77
- Python 3.13
88
- Python 3.12
99
- Python 3.11

0 commit comments

Comments
 (0)