diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-12 11:40:57 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-12 11:40:57 +0200 |
| commit | 90fa00fc475abd71bd838f9a827f9238e2de0a74 (patch) | |
| tree | 444eff3929dfaa7141a0f21d35764eb0e78a3d74 /docs | |
| parent | d51e090db2110f016dbca1d794c0d379b3df551b (diff) | |
[3.1.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 316408dbf1..f5ca14148b 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.1' +django_next_version = '3.2' extlinks = { 'commit': ('https://github.com/django/django/commit/%s', ''), |
