From 16ee52d21d6835302bcd5ee594c5d6a0ef22d138 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Wed, 21 Jan 2015 19:26:51 +0100 Subject: Fixed #24205 -- Deprecated Signal.disconnect weak parameter. --- docs/internals/deprecation.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index cc8548a713..250ef1f6d3 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -15,7 +15,8 @@ about each item can often be found in the release notes of two versions prior. See the :ref:`Django 1.9 release notes` for more details on these changes. -* ... +* The ``weak`` argument to ``django.dispatch.signals.Signal.disconnect()`` will + be removed. .. _deprecation-removed-in-2.0: -- cgit v1.3