mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed stray comment introduced by d3b71b9
.
Thanks Claude Paroz for the report.
This commit is contained in:
parent
d3b71b976d
commit
b82f30785f
@ -1068,7 +1068,6 @@ class Ticket21760Tests(TestCase):
|
||||
for _ in range(3):
|
||||
self.rooms.append(Room.objects.create(house = house))
|
||||
|
||||
#@override_settings(DEBUG=True)
|
||||
def test_bug(self):
|
||||
prefetcher = get_prefetcher(self.rooms[0], 'house')[0]
|
||||
queryset = prefetcher.get_prefetch_queryset(list(Room.objects.all()))[0]
|
||||
|
Loading…
Reference in New Issue
Block a user