Skip to content

Conversation

Naartti
Copy link

@Naartti Naartti commented Oct 15, 2020

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.

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.
@hubertokf
Copy link

This should be merged

@Cactus35
Copy link

Hop it too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants