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
If for some reason you're not able to use drf-spectacular you can copy the django_filters.rest_framework.backends.DjangoFilterBackend into your own project to customise as needed. (But use drf-spectacular.)
Range filters only show the base filter, not the _min _max or _before _affter suffixes
I assume it's because the filter.base_filters only returns the base filter not the ones in the suffix.
I also assume this is the same cause as the cause the issue with django json:api (django-json-api/django-rest-framework-json-api#938)
The text was updated successfully, but these errors were encountered: