Skip to content

Commit 32c0b67

Browse files
authored
Version 5.1 edits (#15)
1 parent ca7c6e7 commit 32c0b67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Django MongoDB Backend"
33

44
intersphinx = [ "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/_objects",
6+
"http://docs.djangoproject.com/en/5.1/_objects",
77
]
88

99
toc_landing_pages = [
@@ -16,8 +16,8 @@ toc_landing_pages = [
1616
django-odm = "Django MongoDB Backend"
1717
api = "https://django-mongodb-backend.readthedocs.io/en/latest/"
1818
mdb-server = "MongoDB Server"
19-
django-version = "5.0"
19+
django-version = "5.1"
2020
django-docs = "https://docs.djangoproject.com/en/{+django-version+}"
2121
framework = "Django"
22-
pymongo-version = "4.10"
22+
pymongo-version = "4.11"
2323
pymongo-docs = "https://www.mongodb.com/docs/languages/python/pymongo-driver/current"

0 commit comments

Comments
 (0)