Skip to content

Commit

Permalink
Linked "Features removed" release notes to corresponding deprecation …
Browse files Browse the repository at this point in the history
…notes.
  • Loading branch information
timgraham committed Jul 11, 2016
1 parent f4afb85 commit ee2f0f3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/releases/1.10.txt
Expand Up @@ -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.
Expand Down
8 changes: 3 additions & 5 deletions docs/releases/1.7.txt
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions docs/releases/1.8.txt
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions docs/releases/1.9.txt
Expand Up @@ -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.

Expand Down

0 comments on commit ee2f0f3

Please sign in to comment.