A

Admin • 802.91K Points
Coach

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
  • Correct Answer - Option(B)
  • Views: 5
  • Filed under category Django
  • Hashtags:

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.