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

AssertionError at /api-root/post/ for Nested Routers #101

Closed izzybelll closed 8 years ago

izzybelll commented 9 years ago

I upgraded to DRF 3.0 with Python 2.7 on Django 1.8 and I'm getting this error when I try to access the api page:

AssertionError at /api-root/post/ 'PostViewSet' should either include a queryset attribute, or override the get_queryset() method.'

Is the Nested Router extension not compatible with DRF 3.0? It works fine on DRF 2.4 but I only got this error when I upgraded the DRF.

auvipy commented 8 years ago

is the problem still valid?