mirror of
https://github.com/django/django.git
synced 2025-09-21 18:00:45 +00:00
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:
parent
0201b9d6d8
commit
d93edffa89
2 changed files with 5 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue