Hi everyone,
I just tried running the test suite on master and got quite a surprise. Everything errors out with
File "tests/django_restframework_gis_tests/serializers.py", line 29, in <module>
class PaginatedLocationGeoSerializer(pagination.PageNumberPagination):
AttributeError: 'module' object has no attribute 'PageNumberPagination'
Is master now only compatible with DRF 3.1? I was hoping to revisit the floating point issue I posted about back in February.
Thanks, Eric