You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The allauth.utils module no longer contains the email_address_exists function (see commit: pennersr/django-allauth@9fccdd0). Consequently, this leads to that we are unable to run with the latest version of the Allauth library due to the absence of the email_address_exists function in the allauth.utils module.
ImportError: allauth needs to be added to INSTALLED_APPS.
The allauth.utils module no longer contains the
email_address_exists
function (see commit: pennersr/django-allauth@9fccdd0). Consequently, this leads to that we are unable to run with the latest version of the Allauth library due to the absence of the email_address_exists function in the allauth.utils module.at this line
django-rest-auth/rest_auth/registration/serializers.py
Line 7 in cdd04aa
The text was updated successfully, but these errors were encountered: