Closed
Description
Hi @philipn - wanted to get your opinion on deprecating AllLookupsFilter
before a 1.0 release. We currently have two ways of exposing all lookups:
some_field = filters.AllLookupsFilter()
Meta.fields = {'some_field': '__all__'}
My thoughts on this:
- They are functionally identical for the end user
- This entire section of code is dedicated to supporting just
AllLookupsFilter
and requires duplicating some code from the maindjango_filters
package. - "There should be one obvious way to do it."
Metadata
Metadata
Assignees
Labels
No labels