Opened 12 years ago

Last modified 12 years ago

#17789 closed Bug

when i use a custom FieldListFilter class for a given field. — at Initial Version

Reported by: Kidwind Owned by: nobody
Component: contrib.admin Version: 1.4
Severity: Normal Keywords: FieldListFilter
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

when i use a custom FieldListFilter class for a given field.

list_filter = ('Site', ('RelationModelField', MyCustomFieldListFilter),)

i get "Filtering by RelationModelFieldexact not allowed"

Change History (1)

by Kidwind, 12 years ago

Attachment: options.py.diff added
Note: See TracTickets for help on using tickets.
Back to Top