Opened 8 years ago

Closed 8 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.

Change History (1)

comment:1 by Tim Graham, 8 years ago

Resolution: wontfix
Status: newclosed

Thanks for raising the issue, but I don't see much advantage in trying to change it at this point.

Note: See TracTickets for help on using tickets.
Back to Top