1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

[1.9.x] Linked "Features removed" release notes to corresponding deprecation notes.

Backport of ee2f0f311a1e84754f30d2586c0bd96f4fd9e8b6 from master
This commit is contained in:
Tim Graham 2016-07-11 15:22:32 -04:00
parent b87d3180b2
commit 065d05e798
3 changed files with 9 additions and 11 deletions

View File

@ -1814,11 +1814,9 @@ Private APIs ``django.db.models.sql.where.WhereNode.make_atom()`` and
Features removed in 1.7 Features removed in 1.7
======================= =======================
These features have reached the end of their These features have reached the end of their deprecation cycle and are removed
:ref:`deprecation cycle <deprecation-removed-in-1.7>` and so have been in Django 1.7. See :ref:`deprecated-features-1.5` for details, including how to
removed in Django 1.7 (please see the remove usage of these features.
:ref:`deprecation timeline <deprecation-removed-in-1.7>` for more details):
* ``django.utils.simplejson`` is removed. * ``django.utils.simplejson`` is removed.

View File

@ -1731,9 +1731,9 @@ After switching to the new signature the router will also be called by the
Features removed in 1.8 Features removed in 1.8
======================= =======================
These features have reached the end of their deprecation cycle and so have been These features have reached the end of their deprecation cycle and are removed
removed in Django 1.8 (please see the :ref:`deprecation timeline in Django 1.8. See :ref:`deprecated-features-1.6` for details, including how to
<deprecation-removed-in-1.8>` for more details): remove usage of these features.
* ``django.contrib.comments`` is removed. * ``django.contrib.comments`` is removed.

View File

@ -1390,9 +1390,9 @@ Miscellaneous
Features removed in 1.9 Features removed in 1.9
======================= =======================
These features have reached the end of their deprecation cycle and so have been These features have reached the end of their deprecation cycle and are removed
removed in Django 1.9 (please see the :ref:`deprecation timeline in Django 1.9. See :ref:`deprecated-features-1.7` for details, including how to
<deprecation-removed-in-1.9>` for more details): remove usage of these features.
* ``django.utils.dictconfig`` is removed. * ``django.utils.dictconfig`` is removed.