diff options
| author | Carlton Gibson <carlton@noumenal.es> | 2021-04-10 17:08:22 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-04-10 19:06:18 +0200 |
| commit | 98db3c76fcdac76e2c6d770aaac5c711a91209f4 (patch) | |
| tree | d54b28b57c4e4302a99448b797036af821ff9eda | |
| parent | 078bcd587dd0b4cc395713be02c38549f5fe65e3 (diff) | |
[3.2.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 345fe915ef..98d51a0548 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,7 +99,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '3.2' +django_next_version = '4.0' extlinks = { 'bpo': ('https://bugs.python.org/issue%s', 'bpo-'), |
