Q. Which method retrieves all objects from a Django model?
β
Correct Answer: (C)
all()
Explanation: The all() method returns all records for a model.