flavors/django-graphql-social-auth

Assersition Error

prabin525 opened this issue · 2 comments

UserSocialAuthFilterSet.filter_for_reverse_field has been removed. UserSocialAuthFilterSet.filter_for_field now generates filters for reverse fields. See: https://django-filter.readthedocs.io/en/master/guide/migration.html

I think the error is with django-filters. How to fix this?

Hi @prabin525,
update graphene-django to latest version:

pip install graphene-django>=2.2.0 

I close the issue, if you have any questions please let me know.