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

Issue with Nested Routers #100

Closed izzybelll closed 8 years ago

izzybelll commented 9 years ago

I followed the snippets of coding from the example for the Nested Routers extension, but when I do something like /posts/2/comments/ it returns ALL the comment objects I have in my database. It won't return just the comments for my post object with id "2." Is there something I need to do in the queryset for the Viewsets????

chibisov commented 9 years ago

Please, show me your views and routers implementation.

auvipy commented 8 years ago

closing as lack of activities