﻿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
1840	django's decorators don't assign necessary attributes to the wrapper	russblau@…	nobody	"If a view function is wrapped with a Python decorator, the admin interface will show that decorator in place of the actual view (in admin/doc/views).  For example:

'''/admin/doc/views/'''[[BR]]
View function: django.contrib.admin.views.decorators._checklogin

The actual view function is 'django.contrib.admin.views.doc.view_index', but it's wrapped with the staff_member_required() decorator, which in turn returns the _checklogin function object.
"	defect	closed	Core (Other)	dev	minor	duplicate		gary.wilson@… myer0052@… ben@…	Design decision needed	1	0	1	0	0	0
