﻿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
11441	Signal documentation should mention 'weak' parameter for connect	Mike_A	Brian Neal	"In the documentation for signals: [http://docs.djangoproject.com/en/dev/topics/signals/]

No reference at all is made to the 'weak' parameter of connect.
This caused me to spend about an hour scratching my head as to why my signals didn't seem to work at all.
In the end I realised I needed to set this to False to stop the signal from dropping the callback and silently failing, but only after writing a debugging signal class.
"		closed	Documentation	dev		fixed	weak signal dispatch_uid docs	Brian Neal	Accepted	1	0	0	0	0	0
