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?
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?