module documentation

Undocumented

Class ​Base​Database​Schema​Editor 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
logger =

Undocumented

def _all_related_fields(model):

Undocumented

def _is_relevant_relation(relation, altered_field):
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):

Undocumented