(self)
| 1978 | ) |
| 1979 | |
| 1980 | def test_unrelated(self): |
| 1981 | A = self.create_model("A") |
| 1982 | B = self.create_model("B") |
| 1983 | self.assertRelated(A, []) |
| 1984 | self.assertRelated(B, []) |
| 1985 | |
| 1986 | def test_direct_fk(self): |
| 1987 | A = self.create_model( |
nothing calls this directly
no test coverage detected