photocrowd / django-cursor-pagination

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

Add helper functions to get the cursor for before and after this set … #48

Open myers opened 7 months ago

myers commented 7 months ago

…of results

patrick91 commented 7 months ago

Hi @myers can you add some tests for this PR and some context for how you'd use it? 😊

myers commented 7 months ago

@patrick91 I will work on some tests. The goal here is for HTML templates you need to pass fewer variables to the template if you have a page object that has helper methods.