Validators¶
Validators for Django fields.
- confirm.django.core.validators.validate_hostname(value)¶
Validate if the value is a hostname.
- Parameters:
value (str) – The value to validate
- Raises:
django.core.exceptions.ValidationError – When value is not a hostname