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 7a8e255 commit 8aadeccCopy full SHA for 8aadecc
django_mongodb/queryset.py
@@ -9,7 +9,7 @@
9
10
11
class MongoQuerySet(QuerySet):
12
- def raw_mql(self, pipeline, using=None):
+ def raw_aggregate(self, pipeline, using=None):
13
return RawQuerySet(pipeline, model=self.model, using=using)
14
15
0 commit comments