Moved link in "Features removed in 2.0" to be more specific.

This commit is contained in:
Tim Graham 2017-10-09 09:39:57 -04:00
parent 3a191bd4ab
commit 50de55f399
1 changed files with 6 additions and 3 deletions

View File

@ -661,9 +661,10 @@ Features removed in 2.0
=======================
These features have reached the end of their deprecation cycle and are removed
in Django 2.0. See :ref:`deprecated-features-1.9` and
:ref:`deprecated-features-1.10` for details, including how to remove usage of
these features.
in Django 2.0.
See :ref:`deprecated-features-1.9` for details on these changes, including how
to remove usage of these features.
* The ``weak`` argument to ``django.dispatch.signals.Signal.disconnect()`` is
removed.
@ -752,6 +753,8 @@ these features.
``django.template.base.StringOrigin`` aliases for
``django.template.base.Origin`` are removed.
See :ref:`deprecated-features-1.10` for details on these changes.
* The ``makemigrations --exit`` option is removed.
* Support for direct assignment to a reverse foreign key or many-to-many