Petros Schütz Schilling
Petros Schütz Schilling
Hey @poojansmobio do you have any updates on this? I'm happy to collaborate with you to solve this issue!
> Hey, @petrosschilling updating the `django-rest-framework` and installing `pip install six` worked for me. I did it but I get a dependency issue: ```djangorestframework-jsonapi 3.2.0 requires djangorestframework=3.10, but you'll have...
I'm using JRF 3.11.1. Which save me from the conflicts. The problem lies in the filterset.py file. I checked the tag of version `0.11.1` and it still uses `six`. filterset.py...
> Replace > `from django.utils import six` > To > `import six` Well that is not feasible, because in case i need to re-create my environment I will have to...
The issue seems to be in the `FilterSetMetaclass.expand_auto_filter()` function which always return an empty `OrderedDict()`.