(self)
| 69 | raise NotImplementedError("This method must be implemented by a subclass.") |
| 70 | |
| 71 | def get_violation_error_message(self): |
| 72 | return self.violation_error_message % {"name": self.name} |
| 73 | |
| 74 | def check(self, model, connection): |
| 75 | return [] |
no outgoing calls