Validators#

The following can be imported from django_mysql.validators.

class django_mysql.validators.ListMaxLengthValidator[source]#

A subclass of django’s MaxLengthValidator with list-specific wording.

class django_mysql.validators.ListMinLengthValidator[source]#

A subclass of django’s MinLengthValidator with list-specific wording.

class django_mysql.validators.SetMaxLengthValidator[source]#

A subclass of django’s MaxLengthValidator with set-specific wording.

class django_mysql.validators.SetMinLengthValidator[source]#

A subclass of django’s MinLengthValidator with set-specific wording.