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 7724,get_FIELD_display in backend doesn't respect FIELD's name or verbose_name,CaptainCapacitor,nobody," {{{ colour_choices = [(0, 'red'), (1, 'blue'), (2, 'green')] class Car(models.Model): ... colour = models.IntegerField(name='colour', verbose_name='Primary Colour', choices=colour_choices) ... class Admin: list_display=['name', 'year', 'make', 'model', 'get_colour_display'] }}} In the Admin panel, the final field is titled ""Get Colour Display"", and no amount of effort can convince it otherwise. ",,closed,contrib.admin,dev,,invalid,"admin, get_FIELD_*, name, verbose name",,Unreviewed,0,0,0,0,0,0