1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Updated release notes links to prevent warnings with Sphinx 1.4.2.

This commit is contained in:
Tim Graham
2016-06-02 11:41:49 -04:00
parent 080dd74e01
commit 149ace94df
12 changed files with 108 additions and 117 deletions

View File

@@ -22,7 +22,7 @@ contributions overtake those made privately.
Stability and forwards-compatibility
====================================
:doc:`The release of Django 1.0 </releases/1.0>` comes with a promise of API
The release of Django 1.0 comes with a promise of API
stability and forwards-compatibility. In a nutshell, this means that code you
develop against Django 1.0 will continue to work against 1.1 unchanged, and you
should need to make only minor changes for any 1.X release.