Fixed #19699 - Removed "Please see the release notes" from versionadded/changed directives

Also bumped django_next_version back to 1.6 so those
annotations are described as "the development version"
in the docs.

Thanks Aymeric for the patch.
This commit is contained in:
Tim Graham 2013-02-09 09:16:10 -05:00
parent 0201b9d6d8
commit d93edffa89
2 changed files with 5 additions and 11 deletions

View file

@ -70,8 +70,8 @@ else:
release = django_release()
# The next version to be released
django_next_version = '1.7'
# The "development version" of Django
django_next_version = '1.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.