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
I'm trying to my Django MVT based project into REST API. It's based on Django 3.2, Python 3.6 and django-allauth 0.50.0. Followed your documentation and registered urls for registration as:
Ensure your django-allauth is up to date or at least past v0.55.2,
The changes in this PR #539 for is_verified requires the updated EmailAddressManager.
I'm trying to my Django MVT based project into REST API. It's based on Django 3.2, Python 3.6 and django-allauth 0.50.0. Followed your documentation and registered urls for registration as:
Now, when i fill in the required details and post, the following error is thrown:
Is it a compatibility issues or?
Here's the whole traceback
The text was updated successfully, but these errors were encountered: