File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title = "Django MongoDB Backend"
3
3
4
4
intersphinx = [ " https://www.mongodb.com/docs/manual/objects.inv" ,
5
5
" https://www.mongodb.com/docs/atlas/objects.inv" ,
6
- " http://docs.djangoproject.com/en/5.0/"
6
+ " http://docs.djangoproject.com/en/5.0/" ,
7
7
]
8
8
9
9
toc_landing_pages = [
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ MongoDB Compatibility
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
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>`__
26
+ <{+ pymongo-docs+} /compatibility/#mongodb-compatibility>`__
27
27
in the PyMongo documentation.
28
28
29
29
PyMongo Compatibility
You can’t perform that action at this time.
0 commit comments