diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-22 07:57:36 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-22 08:57:57 -0400 |
| commit | 1add64684cef6877bf0faeb4a205be6ae07fc98e (patch) | |
| tree | ed7a627ac63323bcb54d1a12d54d119c88da7069 /docs/releases | |
| parent | 3f7ecb512eb39f1d6b633de7f4c635430298c891 (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.txt | 9 |
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 ============== |
