class documentation

class AddConstraintNotValid(AddConstraint):

View In Hierarchy

Add a table constraint without enforcing validation, using PostgreSQL's NOT VALID syntax.
Method __init__ Undocumented
Method database​_forwards Undocumented
Method describe Undocumented
Property migration​_name​_fragment Undocumented
def __init__(self, model_name, constraint):

Undocumented

def database_forwards(self, app_label, schema_editor, from_state, to_state):

Undocumented

def describe(self):

Undocumented

@property
migration_name_fragment =

Undocumented