diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/gis_tests/geoapp/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/geoapp/models.py b/tests/gis_tests/geoapp/models.py index 664aac9d7b..a819c17ada 100644 --- a/tests/gis_tests/geoapp/models.py +++ b/tests/gis_tests/geoapp/models.py @@ -63,7 +63,7 @@ class MultiFields(NamedModel): class Meta: unique_together = ('city', 'point') - required_db_features = ['gis_enabled'] + required_db_features = ['gis_enabled', 'supports_geometry_field_unique_index'] class Truth(models.Model): |
