We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I might be doing something wrong but currently url-filter is creating all available lookups for all fields when I use the ModelFilterSet
ModelFilterSet
e.g. for CharField I get __gte, __year and so on and so forth.
CharField
__gte
__year
I am now overwriting the fields in order to limit the lookup, but I guess url-filter should normally do that out of the box?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I might be doing something wrong but currently url-filter is creating all available lookups for all fields when I use the
ModelFilterSet
e.g. for
CharField
I get__gte
,__year
and so on and so forth.I am now overwriting the fields in order to limit the lookup, but I guess url-filter should normally do that out of the box?
The text was updated successfully, but these errors were encountered: