module documentation

Undocumented

Function ​_check​_lazy​_references Ensure all lazy (i.e. string) model references have been resolved.
Function check​_all​_models Undocumented
Function check​_lazy​_references Undocumented
def _check_lazy_references(apps, ignore=None):

Ensure all lazy (i.e. string) model references have been resolved.

Lazy references are used in various places throughout Django, primarily in related fields and model signals. Identify those common cases and provide more helpful error messages for them.

The ignore parameter is used by StateApps to exclude swappable models from this check.

@register(Tags.models)
def check_all_models(app_configs=None, **kwargs):

Undocumented

@register(Tags.models)
def check_lazy_references(app_configs=None, **kwargs):

Undocumented