From 03087f80d14969ebfc7b81f54096941c60c9b52b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 7 Nov 2016 14:46:42 +0000 Subject: Refs #24205 -- Removed Signal.disconnect()'s weak argument. Per deprecation timeline. --- docs/topics/signals.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/topics') diff --git a/docs/topics/signals.txt b/docs/topics/signals.txt index 19c0cd3d33..ad2b66f6df 100644 --- a/docs/topics/signals.txt +++ b/docs/topics/signals.txt @@ -277,8 +277,3 @@ arguments are as described in :meth:`.Signal.connect`. The method returns The ``receiver`` argument indicates the registered receiver to disconnect. It may be ``None`` if ``dispatch_uid`` is used to identify the receiver. - -.. deprecated:: 1.9 - - The ``weak`` argument is deprecated as it has no effect. It will be removed - in Django 2.0. -- cgit v1.3