philipn/django-rest-framework-filters

ImportError: cannot import name 'six' from 'django.utils'

oguzhancelikarslan opened this issue · 1 comments

getting this error after placing configuration dict.

'DEFAULT_FILTER_BACKENDS': (
'rest_framework_filters.backends.RestFrameworkFilterBackend',
),

Django version: 3.0.7
ImportError: Could not import 'rest_framework_filters.backends.RestFrameworkFilterBackend' for API setting 'DEFAULT_FILTER_BACKENDS'. ImportError: cannot import name 'six' from 'django.utils'

duplicate issue. realized after I created it.