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

@list_route and @detail_route url_path parameter breaks ExtendedSimpleRouter #128

Closed danpoland closed 8 years ago

danpoland commented 8 years ago

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'

danpoland commented 8 years ago

If I can find time in the next few weeks I will take a crack at this.

auvipy commented 8 years ago

please feel free

greemo commented 8 years ago

This issue is fixed on the current master branch - https://github.com/chibisov/drf-extensions/commit/0a82b4c57ab95e53c56e5e71cfe71f5a33812a65

auvipy commented 8 years ago

closing as fixed