πŸ“Š Django
Q. In Django, what does `blank=True` mean in model fields?
  • (A) Field will be auto-filled
  • (B) Field can be left empty in forms
  • (C) Field will not be saved
  • (D) Field will have a default value
πŸ’¬ Discuss
βœ… Correct Answer: (B) Field can be left empty in forms

Explanation: `blank=True` allows the field to be empty when validating form input.

Explanation by: Mr. Dubey
`blank=True` allows the field to be empty when validating form input.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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