diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 08:54:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 08:54:30 +0100 |
| commit | 81818cc55553caba8125bdcd18fa0427ac16c905 (patch) | |
| tree | ce3cb205b56c5cd5ec6101dd5b4772148bd816e9 /docs | |
| parent | 9409312eef72d1263dae4b0303523260a54010c5 (diff) | |
[4.2.x] Bumped django_next_version in docs config.
Diffstat (limited to 'docs')
| -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 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"), |
