A

Admin • 802.91K Points
Coach

Q. Which statement is true about null and blank in Django?

  • (A) null is for forms, blank is for database
  • (B) null allows None in database, blank skips form validation
  • (C) Both are same
  • (D) null is used only for strings
  • Correct Answer - Option(B)
  • Views: 6
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
null is for the database schema; blank affects form validation.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.