Q. Which method returns a single object or raises an exception if it doesn't exist?
β
Correct Answer: (C)
get()
Explanation: get() returns a single object matching the query or raises DoesNotExist error.