diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2015-01-21 19:26:51 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-23 14:37:12 -0500 |
| commit | 16ee52d21d6835302bcd5ee594c5d6a0ef22d138 (patch) | |
| tree | f2a61a5482e70d08e1ec71b4da02073c0363a02b /docs/internals | |
| parent | 851f5bd413a93708436a129442007448755b34f3 (diff) | |
Fixed #24205 -- Deprecated Signal.disconnect weak parameter.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
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: |
