S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which function is used to validate data in a Django form?

  • (A) is_valid()
  • (B) check()
  • (C) validate()
  • (D) clean_data()
  • Correct Answer - Option(A)
  • Views: 7
  • Filed under category Django
  • Hashtags:

Explanation by: Shyam Dubey
is_valid() checks if the data entered into a form is valid.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.