8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8182f2 commit e8223b8Copy full SHA for e8223b8
tests/generic_relations_regress/tests.py
@@ -228,7 +228,7 @@ def test_annotate(self):
228
# then wrong results are produced here as the link to b will also match
229
# (b and hs1 have equal pks).
230
self.assertEqual(qs.count(), 1)
231
- self.assertEqual(qs[0].links__sum, l.id)
+ self.assertEqual(qs[0].links__sum, hs1.id)
232
l.delete()
233
# Now if we don't have proper left join, we will not produce any
234
# results at all here.
0 commit comments