-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
I'm trying to filter on a jsonfield in django named data_filters
. However it seems like this is not working when I'm not specifying any filters. And when i try to spesify filters it crashes because the same fields are not present everywhere.
Is there a way to not validate filters? So that i can just pass along any filter value? for example ?data_filters__region__id=01,02
Edit: Can i use the plain filter to acchieve this?
Also it seems like the pip install version of this gem (0.2.0) does not include the plain version of the filter, it seems like i have to request the master branch to get this.