Skip to content

Commit 64d4a03

Browse files
committed
Fix gis lookup.
1 parent 989a65c commit 64d4a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/gis/lookups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from django.db import NotSupportedError
33

44

5-
def gis_lookup(self, compiler, connection): # noqa: ARG001
5+
def gis_lookup(self, compiler, connection, as_path=False): # noqa: ARG001
66
raise NotSupportedError(f"MongoDB does not support the {self.lookup_name} lookup.")
77

88

0 commit comments

Comments
 (0)