Q. What does `__str__` method do in a Django model?
β
Correct Answer: (C)
Returns a human-readable string for the model
Explanation: `__str__` returns a string representation of the model, used in admin and shell.