πŸ“Š Django
Q. What does the blank attribute do in a Django model field?
  • (A) Sets default value
  • (B) Allows NULL values
  • (C) Controls form validation
  • (D) Sets maximum length
πŸ’¬ Discuss
βœ… Correct Answer: (C) Controls form validation

Explanation: blank affects whether the field is required in forms.

Explanation by: Rakesh Yadav
blank affects whether the field is required in forms.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
68
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
87%
Success Rate