MCPcopy
hub / github.com/django/django / Error

Class Error

django/core/checks/messages.py:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75class Error(CheckMessage):
76 def __init__(self, *args, **kwargs):
77 super().__init__(ERROR, *args, **kwargs)
78
79
80class Critical(CheckMessage):

Callers 15

checkMethod · 0.90
checks.pyFile · 0.90
check_site_idFunction · 0.90
check_model_name_lengthsFunction · 0.90
_check_callbackMethod · 0.90
check_all_modelsFunction · 0.90
field_errorFunction · 0.90
signal_connect_errorFunction · 0.90
default_errorFunction · 0.90
check_csrf_failure_viewFunction · 0.90
base.pyFile · 0.90

Calls

no outgoing calls