Q. What does the objects.all() method return?
β
Correct Answer: (C)
A QuerySet of all model instances
Explanation: objects.all() returns a QuerySet containing all instances of a model.