Q. What is the purpose of __str__ method in Django models?
β
Correct Answer: (C)
Return a string representation
Explanation: __str__ is used to define the string representation of the model instance.