mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
3de7c28781
When running on latest Django, there is a warning message: ``` /usr/local/lib/python3.9/site-packages/rest_auth/urls.py:18: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path() ``` This PR fixes that by changing url to re_path, as suggested in the warning. |
||
---|---|---|
.. | ||
locale | ||
registration | ||
tests | ||
__init__.py | ||
admin.py | ||
app_settings.py | ||
models.py | ||
serializers.py | ||
social_serializers.py | ||
urls.py | ||
utils.py | ||
views.py |