class documentation

Undocumented

Method check Undocumented
Method check_field_type MySQL has the following field length restriction: No character (varchar) fields can have a length exceeding 255 characters if they have a unique index on them. MySQL doesn't support a database index on some data types.
Method _check_sql_mode Undocumented

Inherited from BaseDatabaseValidation:

Method __init__ Undocumented
Method check_field Undocumented
Instance Variable connection Undocumented
def check_field_type(self, field, field_type): (source)

MySQL has the following field length restriction: No character (varchar) fields can have a length exceeding 255 characters if they have a unique index on them. MySQL doesn't support a database index on some data types.

def _check_sql_mode(self, **kwargs): (source)

Undocumented