πŸ“Š Django
Q. What does the `blank=True` attribute mean in a model field?
  • (A) Field must be blank in database
  • (B) Field can be left blank in forms
  • (C) Field must contain white space
  • (D) Field is auto-generated
πŸ’¬ Discuss
βœ… Correct Answer: (B) Field can be left blank in forms

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
65
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate