summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2015-01-21 19:26:51 +0100
committerTim Graham <timograham@gmail.com>2015-01-23 14:37:12 -0500
commit16ee52d21d6835302bcd5ee594c5d6a0ef22d138 (patch)
treef2a61a5482e70d08e1ec71b4da02073c0363a02b /docs/internals
parent851f5bd413a93708436a129442007448755b34f3 (diff)
Fixed #24205 -- Deprecated Signal.disconnect weak parameter.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 2 insertions, 1 deletions
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<deprecated-features-1.9>` for more
details on these changes.
-* ...
+* The ``weak`` argument to ``django.dispatch.signals.Signal.disconnect()`` will
+ be removed.
.. _deprecation-removed-in-2.0: