iMerica / dj-rest-auth

Authentication for Django Rest Framework

Home Page:https://dj-rest-auth.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erroneous imports leading to breakage in `django-allauth 0.62.x`

gekoke opened this issue · comments

It seems like dj-rest-auth erroneously imports from allauth.socialaccount.providers.facebook.views instead of allauth.socialaccount.providers.facebook.providers. This import worked incidentally, until some stuff got moved around just prior to django-allauth bumping its version to 0.62.0.

This might influence more parts of the codebase than just the permalinked line. Just wanted to give you a heads up!

Any workarounds for this?