Q. What does the blank attribute do in a Django model field?
β
Correct Answer: (C)
Controls form validation
Explanation: blank affects whether the field is required in forms.