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
Using ExtendedDefaultRouter as router and NestedViewSetMixin in top level ViewSet,
it's not possible to have a viewset custom method with detail_route or list_route, both would give:
TypeError: ReportViewSet() received an invalid keyword 'url_name'
Is it a bug or there is an official workaround?
The text was updated successfully, but these errors were encountered:
Using ExtendedDefaultRouter as router and NestedViewSetMixin in top level ViewSet,
it's not possible to have a viewset custom method with detail_route or list_route, both would give:
TypeError: ReportViewSet() received an invalid keyword 'url_name'
Is it a bug or there is an official workaround?
The text was updated successfully, but these errors were encountered: