Skip to content

Commit cfda836

Browse files
committed
edits
1 parent 2558581 commit cfda836

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +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"
2829
language = "Python"
2930
mdb-server = "MongoDB Server"
3031
mongo-community = "MongoDB Community Edition"

source/django-compatibility.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Compatibility
2020
MongoDB Compatibility
2121
---------------------
2222

23-
{+django-odm+} uses the PyMongo driver to interact with MongoDB. Your
24-
application's supported {+mdb-server+} versions depend on its PyMongo version.
23+
{+django-odm+} uses the PyMongo driver to interact with MongoDB. The {+mdb-server+}
24+
versions that your application supports depend on your PyMongo version.
2525
The following compatibility table specifies the recommended version or versions
2626
of PyMongo for use with a specific version of MongoDB.
2727

@@ -33,8 +33,8 @@ The first column lists the driver version.
3333

3434
.. include:: /includes/mongodb-compatibility-table-pymongo.rst
3535

36-
Driver Compatibility
37-
--------------------
36+
PyMongo Compatibility
37+
---------------------
3838

3939
{+django-odm+} supports PyMongo versions 4.6 and later.
4040

@@ -55,4 +55,4 @@ Django Compatibility
5555

5656
Your major and minor version of {+django-odm+} must match your Django version.
5757
For example, {+django-odm+} version 5.1 requires Django 5.1. The minimum supported
58-
Django version is v5.0.
58+
Django version is 5.0.

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

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

6-
* - {+django-odm+} Version
6+
* - Django MongoDB Backend Version
77
- Python 3.13
88
- Python 3.12
99
- Python 3.11
1010
- Python 3.10
1111
- Python 3.9
12-
- Python 3.8
13-
- Python 3.7
1412

1513
* - 5.1
1614
-
1715
- ✓
1816
- ✓
1917
- ✓
2018
-
21-
-
22-
-
2319

2420
* - 5.0
2521
-
2622
- ✓
2723
- ✓
2824
- ✓
2925
-
30-
-
31-
-

0 commit comments

Comments
 (0)