mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Fix small grammatical error in comment.
Changed 'there are no filtering' to 'there is no filtering'.
This commit is contained in:
parent
53c7d66869
commit
8e737cf282
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue