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

django.core.urlresolvers this is no longer there in Django2.0.0 onwards #232

Closed kingofhills closed 6 years ago

kingofhills commented 6 years ago

Modify the routers.py to not use django.core.urlresolvers and replace_methodname anymore

auvipy commented 6 years ago

this is fixed in master