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
As of current master branch (3.10 milestone) DRF generateschema expects each filter class to have a get_schema_operation_parameters() function which is defined in rest_framework.filters.BaseFilterBackend.
This is currently missing from DjangoFilterBackend
As of current master branch (3.10 milestone) DRF
generateschema
expects each filter class to have aget_schema_operation_parameters()
function which is defined in rest_framework.filters.BaseFilterBackend.This is currently missing from
DjangoFilterBackend
django-filter/django_filters/rest_framework/backends.py
Line 20 in 7c08dee
Perhaps update
DjangoFilterBackend
to extendrest_framework.filters.BaseFilterBackend
as a start and then add an implementation?The text was updated successfully, but these errors were encountered: