﻿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
11960	Misleading/Wrong Error: argument of type 'function' is not iterable	pguth	nobody	"If the urls.py is lacking a (proper) pattern for ""some_view"" the following code will throw ""'''argument of type 'function' is not iterable'''"" when called.

{{{
return redirect(some_view)
}}}
"		closed	Core (Other)	1.1		fixed			Ready for checkin	1	0	0	0	0	0
