in Django by
The ‘OR’ condition in queryset is possible because of using _____.

select the correct answer from below options

a) F() object

b) Q object AND F object

c) Q() object

d) None of the options

1 Answer

0 votes
by
b) Q object AND F object
...