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 7a6359a commit 1a6e09dCopy full SHA for 1a6e09d
django_mongodb/compiler.py
@@ -395,6 +395,10 @@ def build_query(self, columns=None):
395
return query
396
397
def get_columns(self):
398
+ """
399
+ Return a tuple of (name, expression) with the columns and annotations
400
+ which should be loaded by the query
401
402
select_mask = self.query.get_select_mask()
403
columns = (
404
self.get_default_columns(select_mask) if self.query.default_cols else self.query.select
0 commit comments