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 989a65c commit 64d4a03Copy full SHA for 64d4a03
django_mongodb_backend/gis/lookups.py
@@ -2,7 +2,7 @@
2
from django.db import NotSupportedError
3
4
5
-def gis_lookup(self, compiler, connection): # noqa: ARG001
+def gis_lookup(self, compiler, connection, as_path=False): # noqa: ARG001
6
raise NotSupportedError(f"MongoDB does not support the {self.lookup_name} lookup.")
7
8
0 commit comments