Closed Kimonode closed 5 years ago
According to the official Django documentation, the url method from django.conf.urls will be deprecated soon.
For the moment, django-registration supports all the way back to Django 1.11, which does not have the path() function, so django-registration must use the url() function until Django 1.11 support ends.
path()
url()
According to the official Django documentation, the url method from django.conf.urls will be deprecated soon.