Krunal Jain

Results 1 issues of Krunal Jain

Hi all, I can't get the my Router to filter my requests based on the "parents_query_lookup". Here's my code: **urls.py:** ``` from rest_framework_extensions.routers import ExtendedSimpleRouter from .views import OrganizationViewSet, GroupViewSet,...