diff options
Diffstat (limited to 'tests/gis_tests/test_fields.py')
| -rw-r--r-- | tests/gis_tests/test_fields.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/test_fields.py b/tests/gis_tests/test_fields.py index 5ccaf2df68..c9e6833767 100644 --- a/tests/gis_tests/test_fields.py +++ b/tests/gis_tests/test_fields.py @@ -1,6 +1,6 @@ import copy -from django.contrib.gis.db.models.fields import GeometryField +from django.contrib.gis.db.models import GeometryField from django.contrib.gis.db.models.sql import AreaField, DistanceField from django.test import SimpleTestCase |
