GrapheneFilterSetMixin should be updated properly for working with newer versions on django-filter
I have a fork that seems to work with Django >=2 and django_filter >=2. The change just amounts to removing the reference to filter_for_reverse_field since filter_for_field handles all cases now.
https://github.com/graphql-python/graphene-django/compare/master...jayhale:django-filter-2
Work needed for a PR:
Django >=1.11 and django-filter >=2
Most helpful comment
I have a fork that seems to work with
Django >=2anddjango_filter >=2. The change just amounts to removing the reference tofilter_for_reverse_fieldsincefilter_for_fieldhandles all cases now.https://github.com/graphql-python/graphene-django/compare/master...jayhale:django-filter-2
Work needed for a PR:
Django >=1.11anddjango-filter >=2