diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-08 11:45:14 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-08 11:45:14 -0400 |
| commit | fda3eccea3096e052532d44ec33b5ddf3db885cb (patch) | |
| tree | 573a585e9c409761b9da632e335283b2e668a70f | |
| parent | 267630ad50c69ebfe594de37a0636264aa5be7d6 (diff) | |
[1.7.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 48dd976d48..1314b4da1e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,7 +82,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '1.7' +django_next_version = '1.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
