﻿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
4521	signals should have __(str|repr)__ for debugging/maintenance.	(removed)	Adrian Holovaty	"django.dispatch.dispatcher.An(y|onymous) singletons derive from a 'Parameter' class, basically providing a default __repr__, docstring.  Useful for those signals, but should be generalized so that it's usable for other custom signals for any poor folks trying to yet again optimize dispatch :)

Attached is a patch adding a custom _signal class; it's not required for creation of a specific signal to connect to, merely advisable- adds in __str__/__repr__ automatically (and docstring if supplied) making things a bit simpler for folks debugging."		closed	Core (Other)	dev		wontfix			Ready for checkin	1	0	0	0	0	0
