You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that if you are going to have a SearchableListMixin, then that Mixin should also deal with any form input required for the search. ie there should be a form_class property.
The text was updated successfully, but these errors were encountered:
contrib.SearchableListMixin hasn't received a lot of maintenance over the years... probably django-filter deals with this much better now. Are you using the mixin? Feel free to submit a pull request if that change would be useful, it sounds reasonable.
It seems to me that if you are going to have a SearchableListMixin, then that Mixin should also deal with any form input required for the search. ie there should be a
form_class
property.The text was updated successfully, but these errors were encountered: