We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87309ae + 651efb2 commit f0d7656Copy full SHA for f0d7656
tests/django_restframework_gis_tests/test_filters.py
@@ -3,7 +3,6 @@
3
from unittest import skipIf
4
5
from django.conf import settings
6
-from django.contrib.gis.db.models.functions import GeometryDistance
7
from django.contrib.gis.geos import GEOSGeometry, Polygon
8
from django.test import TestCase
9
from django.urls import reverse
tests/django_restframework_gis_tests/tests.py
@@ -7,7 +7,6 @@
import sys
10
-import django
11
import rest_framework
12
from django.contrib.gis.geos import GEOSGeometry, Point
13
from django.core.exceptions import ImproperlyConfigured
0 commit comments