mirror of
https://github.com/django/django.git
synced 2025-01-14 04:18:17 +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...)
|
||||
self.select = []
|
||||
# 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.tables = [] # Aliases in the order they are created.
|
||||
self.where = where()
|
||||
|
Loading…
Reference in New Issue
Block a user