In API Guide menu, on DjangoFilterBackend topic
The path 'django_filters.rest_framework.DjangoFilterBackend'
is wrong, has a directory named backends. So the real path is
'django_filters.rest_framework.backends.DjangoFilterBackend'
Thanks for the incredible filter feature.