﻿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
21902	Document search order for list_display	schrinaw@…	kobuz	"Suppose I have a ModelAdmin with `list_display = [""some"",""model"",""fields""]` but then I also want to override how one of those fields is displayed, so I create a method on the ModelAdmin Class
{{{
def some(self, obj):
    return ""blah""
}}}

It seems the model field takes precedence over the method on the ModelAdmin, and I don't see ""blah"" returned in the changelist.  This is not clear from the documentation.  (I figured I would be able to override it).

On a related note, I think it makes sense to be able to override it in the ModelAdmin. "	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	admin nlsprint14	kobuz eromijn@…	Ready for checkin	1	0	0	0	1	0
