MCPcopy
hub / github.com/django/django / assertFKNotExists

Method assertFKNotExists

tests/migrations/test_base.py:173–174  ·  view source on GitHub ↗
(self, table, columns, to)

Source from the content-addressed store, hash-verified

171 )
172
173 def assertFKNotExists(self, table, columns, to):
174 return self.assertFKExists(table, columns, to, False)
175
176 def assertFormatterFailureCaught(
177 self, *args, module="migrations.test_migrations", **kwargs

Calls 1

assertFKExistsMethod · 0.95

Tested by

no test coverage detected