Opened 9 years ago
Closed 9 years ago
#25842 closed Uncategorized (wontfix)
list_filter does not follow the standard of plural names (e.g. "fieldsets", "search_fields", "inlines" etc)
Description ¶
As in the title: I'm surprised Django still has this odd inconsistency where the "list_filter" in the django admin is in singular. It should be "list_filters", just like:
- search_fields
- fieldsets
- readonly_fields
- inlines
etc.
Note:
See TracTickets
for help on using tickets.
Thanks for raising the issue, but I don't see much advantage in trying to change it at this point.