Open Aneemes opened 10 months ago
Ensure your django-allauth is up to date or at least past v0.55.2,
The changes in this PR https://github.com/iMerica/dj-rest-auth/pull/539 for is_verified
requires the updated EmailAddressManager
.
yes I figured it's a version issue of allauth and dj rest auth.
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