From 4fd94a5087bcce861a8e67ce75dc380674fa565d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 15 Dec 2025 10:47:10 -0500 Subject: [PATCH] Update mongodb.com Django MongoDB Backend links to 6.0 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 35f8ab351..190552e07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ "https://docs.djangoproject.com/en/6.0/", "https://docs.djangoproject.com/en/6.0/_objects/", ), - "mongodb": ("https://www.mongodb.com/docs/languages/python/django-mongodb/v5.2/", None), + "mongodb": ("https://www.mongodb.com/docs/languages/python/django-mongodb/v6.0/", None), "pymongo": ("https://www.mongodb.com/docs/languages/python/pymongo-driver/current/", None), "pymongo-api": ("https://pymongo.readthedocs.io/en/stable/", None), "python": ("https://docs.python.org/3/", None),