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:22:32 -0400
commitee2f0f311a1e84754f30d2586c0bd96f4fd9e8b6 (patch)
tree709f570a703a766ebbc8463645891b388a1d4cdd /docs
parentf4afb85d7e900123fa8f88110adc011ab184e153 (diff)
Linked "Features removed" release notes to corresponding deprecation notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt6
-rw-r--r--docs/releases/1.7.txt8
-rw-r--r--docs/releases/1.8.txt6
-rw-r--r--docs/releases/1.9.txt6
4 files changed, 12 insertions, 14 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index b7b2813b31..a955e351e2 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -1148,9 +1148,9 @@ Miscellaneous
Features removed in 1.10
========================
-These features have reached the end of their deprecation cycle and so have been
-removed in Django 1.10 (please see the :ref:`deprecation timeline
-<deprecation-removed-in-1.10>` for more details):
+These features have reached the end of their deprecation cycle and are removed
+in Django 1.10. See :ref:`deprecated-features-1.8` for details, including how
+to remove usage of these features.
* Support for calling a ``SQLCompiler`` directly as an alias for calling its
``quote_name_unless_alias`` method is removed.
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 7cece39ecc..05a6af190e 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -1808,11 +1808,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 e1ada480e3..a9732af208 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -1713,9 +1713,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 00eda15f7c..dbd7875c2d 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.