summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2023-09-18 11:28:22 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2023-09-18 11:28:22 -0300
commitfbfa1b669a435da455c35e1382eeac498e4de00c (patch)
tree891594280a02dcb8cec5b9cc08858c2e41a5f5d7
parent613b7ba212d773e8b8a4ecb8236ef575c153a9a6 (diff)
[5.0.x] Bumped django_next_version in docs config.
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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"),