Changes between Initial Version and Version 1 of Ticket #17789
- Timestamp:
- Mar 4, 2012, 3:00:36 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17789 – Description
initial v1 1 1 when i use a custom FieldListFilter class for a given field. 2 2 3 {{{ 3 4 list_filter = ('Site', ('RelationModel__Field', MyCustomFieldListFilter),) 5 }}} 4 6 5 i get "Filtering by RelationModel__Field__exact not allowed"7 i get ``"Filtering by RelationModel__Field__exact not allowed"``