add missing return statement
This commit is contained in:
parent
2ec0f63894
commit
c50f74e02e
1 changed files with 1 additions and 0 deletions
|
@ -909,6 +909,7 @@ class QuerySetWrapper(BaseQueryWrapper):
|
|||
result.extend((2*fact, int(val[1:])*fact))
|
||||
else:
|
||||
result.append(val * fact)
|
||||
return tuple(result)
|
||||
|
||||
def _get_cached_result(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue