﻿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
22494	Can't use partials as views since 1.6.3 security update	pronik	nobody	"I have several views which are similar, but take different start values, so I defined a function `def _view(value1, value2, request, param1, param2)`, which gets partially applied to be used as several actual views: `view1 = partial(_view, ""value1"", ""value2"")`. Now, with 1.6.3, partially applied function is no longer a valid view, throwing an `AttributeError: 'functools.partial' object has no attribute '__module__'` in `django/core/urlresolvers.py` in `_populate:272`.
"	Bug	closed	Core (URLs)	1.6	Normal	duplicate	regression		Unreviewed	0	0	0	0	0	0
