Skip to content

Commit 8378f2d

Browse files
committed
remove DatabaseFeatures.supports_left_right_lookups
Obsolete since django/django@060e6bd
1 parent b0ca2a7 commit 8378f2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django_cockroachdb_gis/features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
class DatabaseFeatures(CockroachFeatures, PostGISFeatures):
1010
supports_raster = False
11-
# Not supported: https://github.com/cockroachdb/cockroach/issues/57092
12-
supports_left_right_lookups = False
1311
# unimplemented: column point is of type geometry and thus is not indexable
1412
# https://go.crdb.dev/issue/35730
1513
supports_geometry_field_unique_index = False

0 commit comments

Comments
 (0)