Hi, This behavior looks correct. Field names are used when displaying a model's fields, so a model's verbose_name doesn't have any effect there. Consider a model that has a two foreign keys to the same model. Displaying the model name in that case wouldn't allow distinguishing between the fields.
On Tuesday, April 7, 2020 at 2:32:58 PM UTC-4, Fran Hrženjak wrote: > > Hi all! > > If I set verbose_name on a model, it is reflected on this model's admin > list view and change view, but not in other areas of the admin, e.g. a FK > field on another model. > > Please see the attached screenshot. > > Is this ticket material? > > > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/056edc4e-06ab-41a0-b5c0-74f282a88275%40googlegroups.com.