mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Avoid the word "stupid".
There's always a better word.
This commit is contained in:
parent
d26199cb70
commit
9562ffea97
5 changed files with 12 additions and 14 deletions
|
@ -683,7 +683,7 @@ class GenericRelationTests(TestCase):
|
|||
def test_prefetch_GFK(self):
|
||||
TaggedItem.objects.create(tag="awesome", content_object=self.book1)
|
||||
TaggedItem.objects.create(tag="great", content_object=self.reader1)
|
||||
TaggedItem.objects.create(tag="stupid", content_object=self.book2)
|
||||
TaggedItem.objects.create(tag="outstanding", content_object=self.book2)
|
||||
TaggedItem.objects.create(tag="amazing", content_object=self.reader3)
|
||||
|
||||
# 1 for TaggedItem table, 1 for Book table, 1 for Reader table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue