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

cannot import name 'url' from 'django.conf.urls' #259

Closed
kntiwary opened this issue Apr 26, 2023 · 5 comments
Closed

cannot import name 'url' from 'django.conf.urls' #259

kntiwary opened this issue Apr 26, 2023 · 5 comments

Comments

@kntiwary
Copy link

django.conf.urls.url() was deprecated in Django 3.0, and is removed in Django 4.0+

@satvik6005
Copy link

so does that mean that django-rest-framework-social-oauth2 does not work with django4.0+

@brandondunc94
Copy link

Not sure why it hasn't been merged yet, but you can add this to your requirements.txt

django-rest-framework-social-oauth2 @ git+https://github.com/islam-kamel/django-rest-framework-social-oauth2

@SukiCZ
Copy link
Contributor

SukiCZ commented Jan 11, 2024

@islam-kamel, @PhilipGarnero Could you release a new version please?

edit: I'll try to do it tomorrow

@SukiCZ
Copy link
Contributor

SukiCZ commented Jan 12, 2024

@kntiwary I've just released new version with this fix.

@SukiCZ SukiCZ closed this as completed Jan 12, 2024
@islam-kamel
Copy link
Contributor

@kntiwary I've just released new version with this fix.

Thanks

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

No branches or pull requests

5 participants