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)
Reported by: | Håkan W | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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.