mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed typos using https://github.com/vlajos/misspell_fixer
This commit is contained in:
parent
7b42036752
commit
a71a2ea756
21 changed files with 28 additions and 28 deletions
|
@ -271,7 +271,7 @@ class ExpressionsTests(TestCase):
|
|||
# Another similar case for F() than above. Now we have the same join
|
||||
# in two filter kwargs, one in the lhs lookup, one in F. Here pre
|
||||
# #18375 the amount of joins generated was random if dict
|
||||
# randomization was enabled, that is the generated query dependend
|
||||
# randomization was enabled, that is the generated query dependent
|
||||
# on which clause was seen first.
|
||||
qs = Employee.objects.filter(
|
||||
company_ceo_set__num_employees=F('pk'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue