Q. What is the use of `verbose_name` in Django models?
β
Correct Answer: (B)
Sets a human-readable name for the field
Explanation: `verbose_name` is used for a human-readable name of the field in forms and admin.