class documentation

class BaseDatabaseValidation:

Known subclasses: django.db.backends.mysql.validation.DatabaseValidation, django.db.backends.oracle.validation.DatabaseValidation

View In Hierarchy

Encapsulate backend-specific validation.
Method __init__ Undocumented
Method check Undocumented
Method check​_field Undocumented
Instance Variable connection Undocumented
def __init__(self, connection):

Undocumented

def check(self, **kwargs):
def check_field(self, field, **kwargs):

Undocumented

connection =

Undocumented