﻿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
9925	Signals documentation + import	miohtama	nobody	"The signals manual page 

http://docs.djangoproject.com/en/dev/topics/signals/#topics-signals

does not mention to which module your custom signal handlers and their connect() methods should put. This is a problem because if the file is not in the explicit import chain, the signal handler is never installed. This may happen e.g. when you the signal handler connect() is called in views.py main body, but view functions are referred by name only in url mapper: the signal handler is not installed until the first view is opened.

Could documentation be updated to have the best practice regarding this?

"		closed	Documentation	1.0		invalid			Unreviewed	0	0	0	0	0	0
