Skip to content

Commit 8aadecc

Browse files
committed
rename to raw_aggregate()
1 parent 7a8e255 commit 8aadecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb/queryset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
class MongoQuerySet(QuerySet):
12-
def raw_mql(self, pipeline, using=None):
12+
def raw_aggregate(self, pipeline, using=None):
1313
return RawQuerySet(pipeline, model=self.model, using=using)
1414

1515

0 commit comments

Comments
 (0)