The Validation Order

Report a typo

Assume that your form has a fullname field.

If the input does not contain a space between the first name and the last name, you add a custom error:

form.add_error('fullname', 'first name the last name should be separated with space')

What errors will Django produce if the user tries to send data "Reinhardt"?

Select one option from the list
___

Create a free account to access the full topic