class documentation

class AddConstraintNotValid(AddConstraint): (source)

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): (source)

Undocumented

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

Undocumented

def describe(self): (source)

Undocumented

@property
migration_name_fragment = (source)

Undocumented