diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-09-17 14:54:41 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-09-17 14:54:41 -0300 |
| commit | 0b5a7d847db3387887ec9252b01520f9a872d944 (patch) | |
| tree | df7b0367ca429fb1f3337a46b8856d8971df7d0c | |
| parent | 154aa62e6fe25fa337716503e261590840e24f14 (diff) | |
[6.0.x] Bumped django_next_version in docs config.
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 98070b14fc..111a55c8fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -137,7 +137,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = "6.0" +django_next_version = "6.1" extlinks = { "bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"), |
