django-advanced-filters
django-advanced-filters copied to clipboard
Expecting value: line 1 column 1 (char 0)
I am able to create advance filters from "ADVANCE FILTER" button on the model pages . but when I try to apply those created filters with model to filter the data. I get an errors "Expecting value: line 1 column 1 (char 0)".
the same error also comes when I open change page of the filters from url "advanced_filters/advancedfilter/2/change/".
I am using Django 2.0 and python 3 and django-advance-filters 1.0.7.1 (As i wasn't able to install the latest one).
Can you please paste in the full traceback, your input, and your admin settings, to make it easy to reproduce?