chibisov/drf-extensions

NestedRouter doesn't support detail_url

metawake opened this issue · 0 comments

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?