﻿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
11058	list_display_links doesn't allow callables not defined in the model	dvine	Chris Adams	"In a custom ModelAdmin class you can use class methods of this class as change_list fields via the list_display property. But if you wan't to use this callable as link with the ist_display_links property you get an error 

Example:
{{{
'CustomPortfolioAdmin.list_display_links[0]' refers to 'change_list_status' that is neither a field, method or property of model 'CustomPortfolio'.
}}}

There is a ticket that introduced the error message (#2578), but I think this is a new issue, that's why I open a new ticket.
"		closed	contrib.admin	dev		fixed	list_display_links	mail@… chris@…	Ready for checkin	1	0	0	0	0	0
