mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Refs #23266 -- Fixed ticket number reference in a queries test.
This commit is contained in:
parent
982b79b8d8
commit
75b5de8d5f
1 changed files with 2 additions and 1 deletions
|
|
@ -3515,7 +3515,8 @@ class RelatedLookupTypeTests(TestCase):
|
|||
# parent objects
|
||||
self.assertQuerysetEqual(ObjectC.objects.exclude(childobjecta=self.oa), out_c)
|
||||
|
||||
# Test for #23226
|
||||
# QuerySet related object type checking shouldn't issue queries
|
||||
# (the querysets aren't evaluated here, hence zero queries) (#23266).
|
||||
with self.assertNumQueries(0):
|
||||
ObjectB.objects.filter(objecta__in=ObjectA.objects.all())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue