remove debug call that caused duplicate results
This commit is contained in:
parent
94b080c58d
commit
2cb66cbd64
1 changed files with 0 additions and 1 deletions
|
@ -566,7 +566,6 @@ class BaseQueryWrapper(BaseWrapper):
|
|||
return self._cached_result
|
||||
|
||||
def __iter__(self):
|
||||
self._get_cached_result()
|
||||
return iter(self._cached_result)
|
||||
|
||||
def iterator(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue