summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 08:54:30 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 08:54:30 +0100
commit81818cc55553caba8125bdcd18fa0427ac16c905 (patch)
treece3cb205b56c5cd5ec6101dd5b4772148bd816e9 /docs/conf.py
parent9409312eef72d1263dae4b0303523260a54010c5 (diff)
[4.2.x] Bumped django_next_version in docs config.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1805e92e14..3139961eaf 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 = "4.2"
+django_next_version = "5.0"
extlinks = {
"bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),