module documentation

Undocumented

Class BaseDatabaseSchemaEditor This class and its subclasses are responsible for emitting schema-changing statements to the databases - model creation/removal/alteration, field renaming, index fiddling, and so on.
Variable logger Undocumented
Function _all_related_fields Undocumented
Function _is_relevant_relation When altering the given field, must constraints on its model from the given relation be temporarily dropped?
Function _related_non_m2m_objects Undocumented

Undocumented

def _all_related_fields(model): (source)

Undocumented

def _is_relevant_relation(relation, altered_field): (source)

When altering the given field, must constraints on its model from the given relation be temporarily dropped?

def _related_non_m2m_objects(old_field, new_field): (source)

Undocumented