photocrowd / django-cursor-pagination

Cursor-based pagination for Django
BSD 3-Clause "New" or "Revised" License
156 stars 27 forks source link

Support unicode cursor values #22

Closed Drarok closed 5 years ago

Drarok commented 5 years ago

Use utf-8 encoding, not ascii, for cursor values

yeahframeoff commented 5 years ago

Looks like this fixes what I tried to accomplish in #20, but in much simpler way.

Good job!

yeahframeoff commented 5 years ago

@Drarok are you going to merge/release it?

Drarok commented 5 years ago

Oops, sorry. Yes!

Drarok commented 5 years ago

@yeahframeoff: A new version has been released, hope it works for you!