Closed gthieleb closed 6 years ago
Same behavior with traditional viewset / filterset. I opened issue carltongibson/django-filter#905
Yes, this is not an issue with drf-schema-adapter, as you've noted, this is an issue with django-filter and it might even be an intended feature.
I'm closing this issue since it's not related to this library
Even if this is an upstream issue, there might be something drf-schema-adapter can do about it. Re-opening the issue
endpoints.py:
filtersets.py:
The expected behavior is that filtering is possible for
middleware
,tshirt_size
,service_level
. The result is that filtering is also available forstage
.Screenshot appended.