photocrowd / django-cursor-pagination

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

Support async queryset evaluation #50

Closed bradleyoesch closed 2 months ago

bradleyoesch commented 3 months ago

The page() function evaluates querysets and will fail if called from within an async function. Will raise a SynchronousOnlyOperation exception.