rhblind/drf-haystack

_get_count function has been removed

dylankung opened this issue · 2 comments

REST framework v3.8.2 removed _get_count function in rest_framewok.pagination, but in drf_haystack.serializers.py it is still using.
from rest_framework.pagination import _get_count

Thanks for heads up!

Hey, this has been fixed in #124