mirror of
https://github.com/django/django.git
synced 2025-06-04 19:19:13 +00:00
Fixed bad grammar in a comment.
This commit is contained in:
parent
3390550f6f
commit
48a8b714d4
@ -130,7 +130,7 @@ class Query(object):
|
|||||||
# subqueries...)
|
# subqueries...)
|
||||||
self.select = []
|
self.select = []
|
||||||
# The related_select_cols is used for columns needed for
|
# The related_select_cols is used for columns needed for
|
||||||
# select_related - this is populated in compile stage.
|
# select_related - this is populated in the compile stage.
|
||||||
self.related_select_cols = []
|
self.related_select_cols = []
|
||||||
self.tables = [] # Aliases in the order they are created.
|
self.tables = [] # Aliases in the order they are created.
|
||||||
self.where = where()
|
self.where = where()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user