mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #24205 -- Deprecated Signal.disconnect weak parameter.
This commit is contained in:
committed by
Tim Graham
parent
851f5bd413
commit
16ee52d21d
@@ -177,7 +177,11 @@ Miscellaneous
|
||||
Features deprecated in 1.9
|
||||
==========================
|
||||
|
||||
...
|
||||
Miscellaneous
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
* The ``weak`` argument to ``django.dispatch.signals.Signal.disconnect()`` has
|
||||
been deprecated as it has no effect.
|
||||
|
||||
.. removed-features-1.9:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user