Closed ricardobfreitas closed 7 years ago
Boolean attributes appears as "True" os "False" instead of the "check icon" in Admin. Is it possible to show the "check icon" using the django-related-admin? How? Thanks! (Sorry for the english!)
This is now possible to achieve by following code in ModelAdmin:
ModelAdmin
user__active = getter_for_related_field('user__active', boolean=True)
Boolean attributes appears as "True" os "False" instead of the "check icon" in Admin. Is it possible to show the "check icon" using the django-related-admin? How? Thanks! (Sorry for the english!)