summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-07-11 15:22:32 -0400
committerTim Graham <timograham@gmail.com>2016-07-11 15:24:00 -0400
commit065d05e7981b4541205230695a5c02fb9c2df85e (patch)
treee5af69689ece37778af2e6ab6e3ecd440db0053d /docs
parentb87d3180b20b785acc3b4099ad4df078474936d0 (diff)
[1.9.x] Linked "Features removed" release notes to corresponding deprecation notes.
Backport of ee2f0f311a1e84754f30d2586c0bd96f4fd9e8b6 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt8
-rw-r--r--docs/releases/1.8.txt6
-rw-r--r--docs/releases/1.9.txt6
3 files changed, 9 insertions, 11 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index e51257f3e9..4ba08d935e 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -1814,11 +1814,9 @@ Private APIs ``django.db.models.sql.where.WhereNode.make_atom()`` and
Features removed in 1.7
=======================
-These features have reached the end of their
-:ref:`deprecation cycle <deprecation-removed-in-1.7>` and so have been
-removed in Django 1.7 (please see the
-:ref:`deprecation timeline <deprecation-removed-in-1.7>` for more details):
-
+These features have reached the end of their deprecation cycle and are removed
+in Django 1.7. See :ref:`deprecated-features-1.5` for details, including how to
+remove usage of these features.
* ``django.utils.simplejson`` is removed.
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 261de4c40d..7393c858f6 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -1731,9 +1731,9 @@ After switching to the new signature the router will also be called by the
Features removed in 1.8
=======================
-These features have reached the end of their deprecation cycle and so have been
-removed in Django 1.8 (please see the :ref:`deprecation timeline
-<deprecation-removed-in-1.8>` for more details):
+These features have reached the end of their deprecation cycle and are removed
+in Django 1.8. See :ref:`deprecated-features-1.6` for details, including how to
+remove usage of these features.
* ``django.contrib.comments`` is removed.
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index f825b435b3..19f7795fc4 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -1390,9 +1390,9 @@ Miscellaneous
Features removed in 1.9
=======================
-These features have reached the end of their deprecation cycle and so have been
-removed in Django 1.9 (please see the :ref:`deprecation timeline
-<deprecation-removed-in-1.9>` for more details):
+These features have reached the end of their deprecation cycle and are removed
+in Django 1.9. See :ref:`deprecated-features-1.7` for details, including how to
+remove usage of these features.
* ``django.utils.dictconfig`` is removed.