File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1- six
21psycopg2
3- djangorestframework>=3.3
42coverage==3.7.1 # rq.filter: >=3,<4
53coveralls
64django-filter>=0.15,<1.2
Original file line number Diff line number Diff line change 1- six
21djangorestframework >= 3.3 ,< 3.9
Original file line number Diff line number Diff line change 1- import six # TODO Remove this along with GeoJsonDict when support for python 2.6/2.7 is dropped.
21import json
32from collections import OrderedDict
43
54from django .contrib .gis .geos import GEOSGeometry , GEOSException
65from django .contrib .gis .gdal import GDALException
76from django .core .exceptions import ValidationError
7+ from django .utils import six # TODO Remove this along with GeoJsonDict when support for python 2.6/2.7 is dropped.
88from django .utils .translation import ugettext_lazy as _
99from rest_framework .fields import Field , SerializerMethodField
1010
You can’t perform that action at this time.
0 commit comments