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"
33
44intersphinx = [ " https://www.mongodb.com/docs/manual/objects.inv" ,
55 " https://www.mongodb.com/docs/atlas/objects.inv" ,
6- " http://docs.djangoproject.com/en/5.0/"
6+ " http://docs.djangoproject.com/en/5.0/" ,
77 ]
88
99toc_landing_pages = [
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ MongoDB Compatibility
2323{+django-odm+} uses the PyMongo driver to interact with MongoDB. The {+mdb-server+}
2424versions that your application supports depend on your PyMongo version.
2525To 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>`__
2727in the PyMongo documentation.
2828
2929PyMongo Compatibility
You can’t perform that action at this time.
0 commit comments