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

urlresolvers broken in Django 2 #220

Closed ramsrib closed 6 years ago

ramsrib commented 6 years ago

Django 2.0 removed the django.core.urlresolvers module, which was moved to django.urls in version 1.10. The ExtendedDefaultRouter still uses the old module and it's broken with latest Django release.

Please fix the ExtendedDefaultRouter.

Reported version: drf-extensions==0.3.1

auvipy commented 6 years ago

this fixed in master

ramsrib commented 6 years ago

Can you guys release a new version with that fix? I badly need that fix.

Calion54 commented 6 years ago

Hi,

Actually, the installation with pip isn't with the latest version