Skip to content
New issue

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

URLs entries docs wrong because url() is deprecated #364

Open
garyrob opened this issue Feb 4, 2022 · 0 comments
Open

URLs entries docs wrong because url() is deprecated #364

garyrob opened this issue Feb 4, 2022 · 0 comments

Comments

@garyrob
Copy link

garyrob commented Feb 4, 2022

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.

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

No branches or pull requests

1 participant