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 787cd68 commit 8608039Copy full SHA for 8608039
django_mongodb_backend/expressions/expressions.py
@@ -0,0 +1,6 @@
1
+from django.db.models.expressions import Func
2
+
3
4
+class Remove(Func):
5
+ def as_mql(self, compiler, connection, as_expr=False):
6
+ return "$$REMOVE"
0 commit comments