diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-16 18:30:49 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-16 18:30:49 -0500 |
| commit | 8be1b8b488760959410be93e460944970b8199d6 (patch) | |
| tree | 73793468e995bbb4fedc5b2f9983b483900e8282 /docs | |
| parent | 801287bff262e3beb52d4b4fd21ec529416e079e (diff) | |
[1.8.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 68b0389c51..a8ad090287 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,7 +87,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '1.8' +django_next_version = '1.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
