mirror of https://github.com/django/django.git
[2.0.x] Moved link in "Features removed in 2.0" to be more specific.
Backport of 50de55f399
from master
This commit is contained in:
parent
5825212440
commit
22bcb89917
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue