We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Go to https://python-social-auth.readthedocs.io/en/latest/configuration/django.html#urls-entries
It shows the use of url(), which is a deprecated function as of Django 3.1.
It should use path().
The current version of the docs are wrong because that code will not work in recent versions of Django.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What are the steps to reproduce this issue?
[Go to https://python-social-auth.readthedocs.io/en/latest/configuration/django.html#urls-entries
What happens?
It shows the use of url(), which is a deprecated function as of Django 3.1.
Expected behaviour
It should use path().
Any other comments?
The current version of the docs are wrong because that code will not work in recent versions of Django.
The text was updated successfully, but these errors were encountered: