Assersition Error
prabin525 opened this issue · 2 comments
prabin525 commented
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?
mongkok commented
Hi @prabin525,
update graphene-django to latest version:
pip install graphene-django>=2.2.0
mongkok commented
I close the issue, if you have any questions please let me know.