1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed typos in test names and a comment.

This commit is contained in:
Min ho Kim
2019-08-23 18:46:43 +10:00
committed by Carlton Gibson
parent 521308e575
commit 7bd9633320
5 changed files with 5 additions and 5 deletions

View File

@@ -1363,7 +1363,7 @@ class Ticket21760Tests(TestCase):
self.assertNotIn(' JOIN ', str(queryset.query))
class DirectPrefechedObjectCacheReuseTests(TestCase):
class DirectPrefetchedObjectCacheReuseTests(TestCase):
"""
prefetch_related() reuses objects fetched in _prefetched_objects_cache.