We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a2e03 commit e772907Copy full SHA for e772907
django_mongodb/compiler.py
@@ -47,7 +47,6 @@ def results_iter(
47
Return an iterator over the results from executing query given
48
to this compiler. Called by QuerySet methods.
49
"""
50
-
51
if results is None:
52
# QuerySet.values() or values_list()
53
results = self.execute_sql(MULTI, chunked_fetch=chunked_fetch, chunk_size=chunk_size)
0 commit comments