Closed ZipBrandon closed 2 years ago
I fixed this error. The CharField
should be CharField(null=True, blank=True)
. It would be helpful to have raise more helpful messages. https://github.com/cloudblue/django-rql/blob/00f5703ae4372f0a2c3bd4a89eff5ab7a9877780/dj_rql/filter_cls.py#L950
@ZipBrandon thx for feedback, we will consider!
When a filter is specified like the example, then
json_data.key=empty()
raises RQLFilterValueError.=null()
works accordingly.