1
0
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:
Florian Apolloner
2015-01-21 19:26:51 +01:00
committed by Tim Graham
parent 851f5bd413
commit 16ee52d21d
4 changed files with 19 additions and 7 deletions

View File

@@ -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: