Ticket #28047: 28047-test.diff
File 28047-test.diff, 523 bytes (added by , 8 years ago) |
---|
-
tests/one_to_one/tests.py
diff --git a/tests/one_to_one/tests.py b/tests/one_to_one/tests.py index 2fb1185..2161b11 100644
a b class OneToOneTests(TestCase): 272 272 Target.objects.exclude(second_pointer=None), 273 273 [] 274 274 ) 275 self.assertQuerysetEqual( 276 Pointer.objects.filter(other__in=Target.objects.all()), 277 [] 278 ) 275 279 276 280 def test_o2o_primary_key_delete(self): 277 281 t = Target.objects.create(name='name')