Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions django_cockroachdb_gis/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

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