1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #24205 -- Removed Signal.disconnect()'s weak argument.

Per deprecation timeline.
This commit is contained in:
Tim Graham
2016-11-07 14:46:42 +00:00
parent e8dac72a55
commit 03087f80d1
5 changed files with 5 additions and 39 deletions

View File

@@ -233,3 +233,6 @@ 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.
* The ``weak`` argument to ``django.dispatch.signals.Signal.disconnect()`` is
removed.