Form.has_error(field, code=None)
This method returns a boolean designating whether a field has an error with a specific error code
. If code
is None
, it will return True
if the field contains any errors at all.
To check for non-field errors use NON_FIELD_ERRORS
as the field
parameter.
Please login to continue.