Q. What is the output of str() method in a Django model?
β
Correct Answer: (C)
It returns a string representation of the model instance
Explanation: The str method returns a human-readable representation of a model instance.