ubernostrum / django-registration

An extensible user-registration app for Django.
BSD 3-Clause "New" or "Revised" License
923 stars 241 forks source link

Use path(...) instead of url(...) in urls.py #184

Closed Kimonode closed 5 years ago

Kimonode commented 5 years ago

According to the official Django documentation, the url method from django.conf.urls will be deprecated soon.

ubernostrum commented 5 years ago

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.