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

DRF Pagination Serializer to work with Timestamp Paginator

Results 1 drf-timestamp-pagination issues
Sort by recently updated
recently updated
newest added

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...