I added a JSONField in a model.
I want to set fileterset with django filter backend for rest Framework.
Any ideas?
For further actions, you may consider blocking this person and/or reporting abuse
I added a JSONField in a model.
I want to set fileterset with django filter backend for rest Framework.
Any ideas?
For further actions, you may consider blocking this person and/or reporting abuse
Amit Yadav -
FDiaz -
elanatframework -
James -
Top comments (2)
write custom filterset
docs.djangoproject.com/en/3.0/ref/...
django-filter.readthedocs.io/en/ma...
Thanks. I fixed