|
.. function:: paginate(object_list, page, per_page, orphans=0, allow_empty_first_page=True)
|
|
.. function:: paginate(object_list, page, per_page, orphans=0, allow_empty_first_page=True)
|
|
``paginate`` function has certain requirements on handling views that use it. Firstly, views with pagination should have two links instead of one::
|
|
``paginate`` function has certain requirements on handling views that use it. Firstly, views with pagination should have two links instead of one::
|