mirror of
https://github.com/django/django.git
synced 2025-11-25 13:13:28 +00:00
Fixed a number of minor misspellings.
This commit is contained in:
parent
ca39c0a6be
commit
47c755327b
28 changed files with 31 additions and 31 deletions
|
|
@ -789,7 +789,7 @@ class Queries1Tests(BaseQuerysetTest):
|
|||
)
|
||||
|
||||
def test_ticket7181(self):
|
||||
# Ordering by related tables should accomodate nullable fields (this
|
||||
# Ordering by related tables should accommodate nullable fields (this
|
||||
# test is a little tricky, since NULL ordering is database dependent.
|
||||
# Instead, we just count the number of results).
|
||||
self.assertEqual(len(Tag.objects.order_by('parent__name')), 5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue