ubernostrum / django-registration

An extensible user-registration app for Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Kimonode opened this issue · comments

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.