summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-05-22 07:57:36 -0400
committerTim Graham <timograham@gmail.com>2013-05-22 08:57:57 -0400
commit1add64684cef6877bf0faeb4a205be6ae07fc98e (patch)
treeed7a627ac63323bcb54d1a12d54d119c88da7069 /docs/releases
parent3f7ecb512eb39f1d6b633de7f4c635430298c891 (diff)
[1.5.x] Fixed #17048 - Added docs for upgrading Django.
Thanks Donald Stufft for the suggestion and Susan Tan and Brian Fabian Crain for the patch. Backport of ef8a9bc7fa from master.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/index.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 55cb6fdb10..4d10b4ea42 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -6,10 +6,11 @@ Release notes for the official Django releases. Each release note will tell you
what's new in each version, and will also describe any backwards-incompatible
changes made in that version.
-For those upgrading to a new version of Django, you will need to check
-all the backwards-incompatible changes and deprecated features for
-each 'final' release from the one after your current Django version,
-up to and including the new version.
+For those :doc:`upgrading to a new version of Django</howto/upgrade-version>`,
+you will need to check all the backwards-incompatible changes and
+:doc:`deprecated features</internals/deprecation>` for each 'final' release
+from the one after your current Django version, up to and including the new
+version.
Final releases
==============