routers.py
11.7 KB
-
Fix removal of url_path on @detail_route and @list_route. Fix # #2583 · bdc64d4e
SimpleRouter.get_routes was popping out the url_path kwarg from list_route and detail_route decorators. This was causing troubles when the route was re-used, for example if the viewset was inherited.
Yannick PEROUX committed