Skip to content

Commit 39e9b35

Browse files
committed
Remove unused method.
1 parent 9aca1cd commit 39e9b35

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

django_mongodb_backend/compiler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ def _get_group_id_expressions(self, order_by):
209209
ids = self.get_project_fields(tuple(columns), force_expression=True)
210210
return ids, replacements
211211

212-
def _build_search_pipeline(self, search_queries):
213-
pass
214-
215212
def _build_aggregation_pipeline(self, ids, group):
216213
"""Build the aggregation pipeline for grouping."""
217214
pipeline = []

0 commit comments

Comments
 (0)