mcab / hiber

API for Bat House SDP
GNU General Public License v3.0
0 stars 1 forks source link

Replace extra-fields with -gis #36

Open mcab opened 5 years ago

mcab commented 5 years ago

Instead of using drf-extra-fields, use django-rest-framework-gis.

This will come after #22 is implemented, because we only use Range for those. However, Range is finicky with how numbers are bounded, so once we don't use it, then we can use a package that has GIS specific serializers.