Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ check_lazy_references
Function
check_lazy_references
django/core/checks/model_checks.py:226–227 ·
view source on GitHub ↗
(app_configs, **kwargs)
Source
from the content-addressed store, hash-verified
224
225
@register(Tags.models)
226
def
check_lazy_references(app_configs, **kwargs):
227
return
_check_lazy_references(apps)
Callers
nothing calls this directly
Calls
1
_check_lazy_references
Function · 0.85
Tested by
no test coverage detected