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