mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
Merge pull request #1675 from NiGhTTraX/typoFix
Fixed #21152: Corrected small grammatical error in comment.
This commit is contained in:
commit
fd8d7db4d7
@ -62,7 +62,7 @@ class DeleteQuery(Query):
|
||||
if innerq.alias_refcount[t]]
|
||||
if ((not innerq_used_tables or innerq_used_tables == self.tables)
|
||||
and not len(innerq.having)):
|
||||
# There is only the base table in use in the query, and there are
|
||||
# There is only the base table in use in the query, and there is
|
||||
# no aggregate filtering going on.
|
||||
self.where = innerq.where
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user