Opened 9 years ago
Closed 9 years ago
#25810 closed Bug (wontfix)
verbose_name_plural is not respected in filter_horizontal or filter_vertical widget
Description ¶
When using the filter_horizontal or filter_vertical widget in the admin section, verbose_name_plural should appear in the selection labels, but in fact only the class name in lower case appears.
In Ticket #14869 there was a report mentioning that verbose_name_plural appears in lower case, but that’s not case in the current version.
It also doesn’t matter what verbose_name is set to. So the problem is not mixing up singular and plural.
Note:
See TracTickets
for help on using tickets.
The widget uses the field's verbose_name. Probably we shouldn't change this, if only for backwards compatibility reasons.