﻿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
2766	all of djangos decorators generating wrappers dont assign necessary attributes to the wrapper	anonymous	Adrian Holovaty	"the wrapped functions __name__, __dict__, __module__, and __doc__ arent transfered to the wrapper function

this is very confusing and makes some stuff very hard

found the problem when i tried to add dynamic resolving of the base-url to my app by resolving the view for ""/"" with the apps urlconf and using its name + module to reverse-resolve the url for it

but the function was inner_func from django.decorators...."	defect	closed	Core (Other)		normal	duplicate			Unreviewed	0	0	0	0	0	0
