|
The original is here If you know the way how to do that please share |
Answered by
zbyte64
Jul 8, 2019
Replies: 2 comments 1 reply
|
Relevant django-filter issues: carltongibson/django-filter#583 carltongibson/django-filter#426 You can do this by manually defining your own filter, example from the first issue: But there are limitations like not supporting |
0 replies
Answer selected by
zbyte64
|
Thank you very much @zbyte64 I though |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relevant django-filter issues: carltongibson/django-filter#583 carltongibson/django-filter#426
You can do this by manually defining your own filter, example from the first issue:
But there are limitations like not supporting
icontainsor querying arrays.