When defining the list_display array for the ModelAdmin class, if BooleanField or NullBooleanField , the user interface will use nice icons instead of True / False text in the column. However, if a method is given that returns a boolean, it simply outputs True / False.
Can I use cute icons for a boolean method?
django django-admin
Jason McClellan Nov 22 '11 at 12:43 2011-11-22 12:43
source share