From fbfa1b669a435da455c35e1382eeac498e4de00c Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:28:22 -0300 Subject: [PATCH] [5.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 31478ae79d..728e74e52c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,7 +128,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = "5.0" +django_next_version = "5.1" extlinks = { "bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),