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

Add a fix for failing queryset filters in nested routes #88

Closed frwickst closed 8 years ago

frwickst commented 9 years ago

If a route such as /users/NOT_AN_INTEGER/settings would be requested and the /users endpoint expects an integer as the second part of the url then this request would throw a internal server error.

Discussion about this can be found at #86

frwickst commented 9 years ago

seems like messed up with the commit here, I will fix this at the beginning of the incoming week