Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
class
Error(CheckMessage):
76
def
__init__(self, *args, **kwargs):
77
super().__init__(ERROR, *args, **kwargs)
78
79
80
class
Critical(CheckMessage):
Callers
15
check
Method · 0.90
checks.py
File · 0.90
check_site_id
Function · 0.90
check_model_name_lengths
Function · 0.90
_check_callback
Method · 0.90
migrate_and_makemigrations_autodetector
Function · 0.90
check_all_models
Function · 0.90
field_error
Function · 0.90
signal_connect_error
Function · 0.90
default_error
Function · 0.90
check_csrf_failure_view
Function · 0.90
base.py
File · 0.90
Calls
no outgoing calls
Tested by
15
test_check
Method · 0.72
my_check
Method · 0.72
test_check_finders
Method · 0.72
test_dirs_not_tuple_or_list
Method · 0.72
test_dirs_contains_static_root
Method · 0.72
test_dirs_contains_static_root_in_tuple
Method · 0.72
test_prefix_contains_trailing_slash
Method · 0.72
my_check
Method · 0.72
test_check
Method · 0.72
test_multiple_inheritance_cannot_shadow_concrete_inherited_field
Method · 0.72
test_shadowed_fkey_id
Method · 0.72
test_reverse_foreign_key
Method · 0.72