Skip to content
New issue

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

get_schema_operation_parameters() #1083

Closed
n2ygk opened this issue May 30, 2019 · 0 comments · Fixed by #1086
Closed

get_schema_operation_parameters() #1083

n2ygk opened this issue May 30, 2019 · 0 comments · Fixed by #1086

Comments

@n2ygk
Copy link
Contributor

n2ygk commented May 30, 2019

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

class DjangoFilterBackend(metaclass=RenameAttributes):

Perhaps update DjangoFilterBackend to extend rest_framework.filters.BaseFilterBackend as a start and then add an implementation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant