RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

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

Closed kntiwary closed 7 months ago

kntiwary commented 1 year ago

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

satvik6005 commented 11 months ago

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

brandondunc94 commented 11 months ago

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 commented 7 months ago

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

edit: I'll try to do it tomorrow

SukiCZ commented 7 months ago

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

islam-kamel commented 7 months ago

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

Thanks