drf-timestamp-pagination icon indicating copy to clipboard operation
drf-timestamp-pagination copied to clipboard

Based on deprecated classes

Open chpmrc opened this issue 8 years ago • 0 comments

It tries to import BasePaginationSerializer which (sigh) has been deprecated and is not in DRF anymore (see [1]). I guess the serializer should be refactored into a pluggable paginator (see [2]). If I have some time I'll try to work on it.

Refs: [1] https://github.com/tomchristie/django-rest-framework/blob/master/rest_framework/pagination.py [2] http://www.django-rest-framework.org/api-guide/pagination/#custom-pagination-styles

chpmrc avatar Jan 20 '16 12:01 chpmrc