Skip to content

Commit 39c9781

Browse files
committed
Fix tests views DjangoFilterBackend import
1 parent 1974618 commit 39c9781

File tree

1 file changed

+1
-1
lines changed
  • tests/django_restframework_gis_tests

1 file changed

+1
-1
lines changed

tests/django_restframework_gis_tests/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
from django_filters.rest_framework import DjangoFilterBackend
12
from rest_framework import generics
2-
from rest_framework.filters import DjangoFilterBackend
33
from rest_framework_gis.filters import *
44
from rest_framework_gis.pagination import GeoJsonPagination
55

0 commit comments

Comments
 (0)