Django-filter customization for rest api

2019-09-05 Thread Abhineet Baranwal
When we pass fields in Meta class for custom filter then django-filter adds 'and' in-between the fields .how to add 'or' operator in between the fields.please explain with an example for rest api. -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Django-filter customization for rest api

2019-09-05 Thread Nishant Bhanushali
I have an doubt.. There are many field types and many other field option. How can we make it On Thu, Sep 5, 2019, 18:56 Abhineet Baranwal wrote: > When we pass fields in Meta class for custom filter then django-filter > adds 'and' in-between the fields .how to add 'or' operator in between > the