mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed typos in comments and a test name.
This commit is contained in:
parent
fc1182af01
commit
9f11939dd1
4 changed files with 4 additions and 4 deletions
|
@ -202,7 +202,7 @@ class BigChildDeferTests(AssertionMixin, TestCase):
|
|||
self.assertEqual(obj.value, "foo")
|
||||
self.assertEqual(obj.other, "bar")
|
||||
|
||||
def test_only_sublcass(self):
|
||||
def test_only_subclass(self):
|
||||
# You can retrieve a single field on a subclass
|
||||
obj = BigChild.objects.only("other").get(name="b1")
|
||||
self.assert_delayed(obj, 4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue