Q. What does the `blank=True` attribute mean in a model field?
β
Correct Answer: (B)
Field can be left blank in forms
Explanation: `blank=True` allows the field to be left empty in forms.