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 |