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 |
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.