Anand Mate

Results 1 comments of Anand Mate

> Hi, > How possible to filter on multiple fields with OR condition!? > For example: > `first_name = foo OR last_name = bar` > Equivalent to: > `model.objects.filter(Q(first_name=foo) |...