﻿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
4044	URLconf with prefix and callable views raises an exception	wip@…	Adrian Holovaty	"Despite what the documentation for the URLconf says, having a prefix and callable views results in an exception.

[http://code.djangoproject.com/browser/django/trunk/django/conf/urls/defaults.py#L24 This line here] is the reasoning for it. prefix will resolve to True, so it then checks prefix concatenated with the view instead of skipping straight to passing the view. You can't concantenate a string and a function, so an exception is thrown."		closed	Core (Other)	dev		fixed			Accepted	1	0	0	0	0	0
