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
master
Using the new schema generation via DefaultRouter, hook a ViewSet into it.
DefaultRouter
ViewSet
A schema is generated for the ViewSet.
AttributeError: 'AddressViewSet' object has no attribute 'format_kwarg'
The text was updated successfully, but these errors were encountered:
I managed to avoid #4265 and #4278 but then ran into this.
Sorry, something went wrong.
No branches or pull requests
Checklist
master
branch of Django REST framework.Steps to reproduce
Using the new schema generation via
DefaultRouter
, hook aViewSet
into it.Expected behavior
A schema is generated for the
ViewSet
.Actual behavior
AttributeError: 'AddressViewSet' object has no attribute 'format_kwarg'
The text was updated successfully, but these errors were encountered: