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"),