From 0b5a7d847db3387887ec9252b01520f9a872d944 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:54:41 -0300 Subject: [PATCH] [6.0.x] Bumped django_next_version in docs config. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 98070b14fc..111a55c8fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -137,7 +137,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = "6.0" +django_next_version = "6.1" extlinks = { "bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),