django-advanced-filters icon indicating copy to clipboard operation
django-advanced-filters copied to clipboard

Expecting value: line 1 column 1 (char 0)

Open rajukumar-rjk opened this issue 7 years ago • 1 comments

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).

rajukumar-rjk avatar Dec 09 '18 07:12 rajukumar-rjk

Can you please paste in the full traceback, your input, and your admin settings, to make it easy to reproduce?

asfaltboy avatar Dec 10 '18 07:12 asfaltboy