in Django by

Identify the incorrect option: Method that does not return a new queryset.

select the correct answer from below options

a) difference()

b) exists()

c) first()

d) delete()

1 Answer

0 votes
by
a) difference()
...