Closed abomariam closed 6 years ago
In Django 2.0 The django.core.urlresolvers module is removed in favor of its new location,django.urls.
django.core.urlresolvers
django.urls
Thank you for the contribution. Django 2.x support has been merged via: https://github.com/justinmayer/django-autoslug/commit/4dc75083d84265e019a900d636273c731457193d
In Django 2.0 The
django.core.urlresolvers
module is removed in favor of its new location,django.urls
.