﻿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
1841	admin/doc/views shows decorator instead of actual view function	russblau	Adrian Holovaty	"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	contrib.admin		normal	duplicate			Unreviewed	0	0	0	0	0	0
