Update Django Filter Docs
narendra-kumawat opened this issue · 2 comments
narendra-kumawat commented
Django Rest Filter Docs saying import ComplexFilterBackend
that actually not exists in the installed djangorestframework-filters
pip package
rpkilby commented
Hi @narendra-kumawat. Please read the readme.
! These docs pertain to the upcoming 1.0 release. Current docs can be found here.
! The 1.0 pre-release is compatible with django-filter 2.x and can be installed with
pip install --pre
.
narendra-kumawat commented
@rpkilby Thanks man