MCPcopy
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

extendMethod · 0.80

Tested by

no test coverage detected