MCPcopy
hub / github.com/django/django / check

Method check

django/db/models/constraints.py:74–75  ·  view source on GitHub ↗
(self, model, connection)

Source from the content-addressed store, hash-verified

72 return self.violation_error_message % {"name": self.name}
73
74 def check(self, model, connection):
75 return []
76
77 def _check_references(self, model, references):
78 from django.db.models.fields.composite import CompositePrimaryKey

Callers 2

validateMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected