﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9243	Document Signal.connect weak parameter	ekellner	Kevin Kubasik	"Django signals keep a weak reference to the signal handler.  If you handler is a local function, it will be garbage collected.  There is a name parameter in Signal.connect, so you can put weak=False to stop this, but this functionality appears to be undocumented.

It would be nice if this was mentioned somewhere in the signals documentation, since when your signal handler is garbage collected, it is silently not called and it's not trivial to figure out what's going on."		closed	Documentation	1.0		fixed	signals kkmegapatch	ekellner@…	Accepted	1	0	0	0	0	0
