flask-sqlalchemy icon indicating copy to clipboard operation
flask-sqlalchemy copied to clipboard

default_per_page in Pagination

Open py39cptCiolacu opened this issue 4 months ago • 0 comments

I've added a new attribute for Pagination - default_per_page.

  • if per_page is not provided per_page = default_per_page
  • if per_page is invalid (less than 1) AND error_out = False, per_page = default_per_page

fixes #1362

py39cptCiolacu avatar Jun 01 '25 16:06 py39cptCiolacu