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 b593b05 commit 428eef6Copy full SHA for 428eef6
django_mongodb/compiler.py
@@ -412,7 +412,7 @@ def project_field(column):
412
if hasattr(column, "target"):
413
# column is a Col.
414
target = column.target.column
415
- # Handle Order by columns as refs columns.
+ # Handle Order By columns as refs columns.
416
elif isinstance(column, OrderBy) and isinstance(column.expression, Ref):
417
target = column.expression.refs
418
else:
0 commit comments