MCQs>IT & Programming>Django MCQs>You have a Form defined with "password" and "confirm_password" fields. In what method of the "form" object would you validate that the values supplied in these fields match?
Django MCQs
You have a Form defined with "password" and "confirm_password" fields. In what method of the "form" object would you validate that the values supplied in these fields match?
Answer
Correct Answer: form.clean
Explanation:
Note: This Question is unanswered, help us to find answer for this one