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

default implementation does the job. #111

Closed ticosax closed 9 years ago

ticosax commented 9 years ago

It is probably an artefact of old versions of DRF. But I noticed that implementation of get_api_root_view() is buggy when used in combination with drf-swagger. And relying on upstream implementation, fixes it.

I didn't check further.

ticosax commented 9 years ago

duplicates of #90