0 votes
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

Related questions

0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
0 votes
0 votes
asked Jun 22, 2022 in Django by SakshiSharma
...