Q. In Django, what does `__str__` method define?
β
Correct Answer: (C)
String representation of object
Explanation: `__str__` defines the human-readable string representation of a model object.