philipn/django-rest-framework-filters

Already using 0.10.2 but latest class like RestFrameworkFilterBackend and ComplexFilterBackend Not Found

radiegtya opened this issue · 1 comments

Hi,

I was Already using 0.10.2 but latest class like RestFrameworkFilterBackend and ComplexFilterBackend Not Found. What am I doing wrong? Anyway if I import

from rest_framework_filters import backends

#this is known (which is in docs, this is old version)
backends.DjangoFilterBackend

#this is not working
backends.RestFrameworkFilterBackend

#this is also not working
backends.ComplexFilterBackend

Regards

For now I was able to use this by installing from git

pip3 install git+https://github.com/philipn/django-rest-framework-filters