chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

Routers fails to build urls for viewsets with @list_route methods #122

Closed AdrianRibao closed 8 years ago

AdrianRibao commented 8 years ago

If a viewset has a custom method decorated with @list_route, the router it adds the url with a required pk parameter.

I'm talking about root routes, not nested ones, I didn't try with a nested route,

cancan101 commented 8 years ago

Dupe of #91