Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ check
Method
check
django/contrib/postgres/utils.py:50–53 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
48
return
[]
49
50
def
check(self, *args, **kwargs):
51
errors = super().check(*args, **kwargs)
52
errors.extend(self._check_postgres_installed(*args))
53
return
errors
Callers
nothing calls this directly
Calls
2
_check_postgres_installed
Method · 0.95
extend
Method · 0.80
Tested by
no test coverage detected