summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2024-05-22 11:34:04 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2024-05-22 11:34:04 -0300
commit50a57d9e6230a9453af7d55e703a16dc32599333 (patch)
tree5738b6cd4e842b98ec75973333f705f27058211a /docs
parentb7c7209c67f742eda8184c46f139e0e1cb16a1f4 (diff)
[5.1.x] Bumped django_next_version in docs config.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a7bfe9fc52..7b367e23e1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -133,7 +133,7 @@ else:
release = django_release()
# The "development version" of Django
-django_next_version = "5.1"
+django_next_version = "5.2"
extlinks = {
"bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),