πŸ“Š Django
Q. What does `blank=True` mean in a Django model field?
  • (A) Field must be unique
  • (B) Field is optional in forms
  • (C) Field must not be empty
  • (D) Field cannot be null
πŸ’¬ Discuss
βœ… Correct Answer: (B) Field is optional in forms

Explanation: `blank=True` allows the field to be left empty in Django forms.

Explanation by: Mr. Dubey
`blank=True` allows the field to be left empty in Django forms.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
60
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate