summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2012-09-09 12:53:32 -0400
committerKaren Tracey <kmtracey@gmail.com>2012-09-09 12:53:32 -0400
commitffe8bc00bf9b94a366ea3d1998a2712a908a9f1b (patch)
treeeaebb85b8ea8bf104ebd137518501d559f99e7dd /docs
parent9ca17f883d7a637581befe8092120242d0534673 (diff)
Replaced backwards-incompatible changes reference
The previously-referenced wiki page documents backwards-incompatible changes from .96 to 1.0. Changed that referece to point to current in-development release notes, which is where such changes are now documented.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/index.txt1
-rw-r--r--docs/topics/install.txt7
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index fa55a4d206..2329d1effa 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -14,6 +14,7 @@ up to and including the new version.
Final releases
==============
+.. _development_release_notes:
1.5 release
-----------
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 890c5e3195..39b9a93c04 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -257,15 +257,14 @@ Installing the development version
If you decide to use the latest development version of Django,
you'll want to pay close attention to `the development timeline`_,
- and you'll want to keep an eye on `the list of
- backwards-incompatible changes`_. This will help you stay on top
- of any new features you might want to use, as well as any changes
+ and you'll want to keep an eye on the :ref:`release notes for the
+ upcoming release <development_release_notes>`. This will help you stay
+ on top of any new features you might want to use, as well as any changes
you'll need to make to your code when updating your copy of Django.
(For stable releases, any necessary changes are documented in the
release notes.)
.. _the development timeline: https://code.djangoproject.com/timeline
-.. _the list of backwards-incompatible changes: https://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
If you'd like to be able to update your Django code occasionally with the
latest bug fixes and improvements, follow these instructions: