mirror of
https://github.com/django/django.git
synced 2025-12-02 16:16:01 +00:00
Fixed all E261 warnings
This commit is contained in:
parent
2a03a9a9a1
commit
3bc0d46a84
154 changed files with 647 additions and 647 deletions
|
|
@ -146,7 +146,7 @@ class Query(object):
|
|||
# The _aggregates will be an OrderedDict when used. Due to the cost
|
||||
# of creating OrderedDict this attribute is created lazily (in
|
||||
# self.aggregates property).
|
||||
self._aggregates = None # Maps alias -> SQL aggregate function
|
||||
self._aggregates = None # Maps alias -> SQL aggregate function
|
||||
self.aggregate_select_mask = None
|
||||
self._aggregate_select_cache = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue