Closed ramsrib closed 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.
django.core.urlresolvers
django.urls
1.10
ExtendedDefaultRouter
Please fix the ExtendedDefaultRouter.
Reported version: drf-extensions==0.3.1
drf-extensions==0.3.1
this fixed in master
Can you guys release a new version with that fix? I badly need that fix.
Hi,
Actually, the installation with pip isn't with the latest version
Django 2.0 removed the
django.core.urlresolvers
module, which was moved todjango.urls
in version1.10
. TheExtendedDefaultRouter
still uses the old module and it's broken with latest Django release.Please fix the
ExtendedDefaultRouter
.Reported version:
drf-extensions==0.3.1