Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ Warning
Class
Warning
django/core/checks/messages.py:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
class
Warning(CheckMessage):
71
def
__init__(self, *args, **kwargs):
72
super().__init__(WARNING, *args, **kwargs)
73
74
75
class
Error(CheckMessage):
Callers
15
check
Method · 0.90
_check_pattern_startswith_slash
Method · 0.90
_check_include_trailing_dollar
Method · 0.90
check
Method · 0.90
_check_pattern_unmatched_angle_brackets
Method · 0.90
_check_pattern_name
Method · 0.90
csrf.py
File · 0.90
base.py
File · 0.90
check_secret_key_fallbacks
Function · 0.90
sessions.py
File · 0.90
_check_for_template_tags_with_the_same_name
Method · 0.90
test_nonexistent_directories
Method · 0.90
Calls
no outgoing calls
Tested by
15
test_nonexistent_directories
Method · 0.72
test_cache_path_matches_media_static_setting
Method · 0.72
test_cache_path_inside_media_static_setting
Method · 0.72
test_cache_path_contains_media_static_setting
Method · 0.72
test_staticfiles_dirs_prefix
Method · 0.72
test_relative_path
Method · 0.72
custom_warning_system_check
Function · 0.72
_get_error_for_engine
Method · 0.72
test_collision_in_same_app_database_routers_installed
Method · 0.72
test_collision_across_apps_database_routers_installed
Method · 0.72
test_warning_unmatched_angle_brackets
Method · 0.72
test_no_secret_key_fallbacks
Method · 0.72