Closed danpoland closed 8 years ago
If I can find time in the next few weeks I will take a crack at this.
please feel free
This issue is fixed on the current master branch - https://github.com/chibisov/drf-extensions/commit/0a82b4c57ab95e53c56e5e71cfe71f5a33812a65
closing as fixed
The list route and detail route decorators work fine on ViewSets routed by the ExtendedSimpleRouter except when you use the url_path argument in the decorators.
The following exception is thrown: TypeError: MyViewSet() received an invalid keyword 'url_path'