﻿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
11965	A ModelAdmin method returning bool is not formatted with an image	Roman	nobody	"Consider the following model admin:

{{{
class AppleAdmin(admin.ModelAdmin):
    list_display = ('has_something',)

    def has_something(self, apple):
        return apple.something != None
}}}

The ""has_something"" method returns a bool. When viewing this model through the list of ""apples"" in the admin, the ""has_something"" column will currently simply say ""True/False"", whereas a boolean that's actually part of the ""apple"" model will be formatted with a special graphic.

Trivial patch attached."		closed	contrib.admin	dev		wontfix	list_display		Unreviewed	1	0	0	0	0	0
