Validators¶
The following can be imported from django_mysql.validators.
- class django_mysql.validators.ListMaxLengthValidator[source]¶
A subclass of django’s
MaxLengthValidatorwith list-specific wording.
- class django_mysql.validators.ListMinLengthValidator[source]¶
A subclass of django’s
MinLengthValidatorwith list-specific wording.
- class django_mysql.validators.SetMaxLengthValidator[source]¶
A subclass of django’s
MaxLengthValidatorwith set-specific wording.
- class django_mysql.validators.SetMinLengthValidator[source]¶
A subclass of django’s
MinLengthValidatorwith set-specific wording.