SheepDogInc / sheepdog_tables

Table API, Generalized and Translated as used in several Sheepdog projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

500 thrown when page out of range

thurloat opened this issue · comments

EmptyPage at /url/?main_table-page=200
That page contains no results

Error is thrown from django.core.pagination, and not caught by the get_page_data method in the mixin.

I think this is already repaired.