Q. What is the use of `__str__()` method in Django models?
β
Correct Answer: (B)
To return a string representation
Explanation: `__str__()` defines how the object is represented as a string.