﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2576	[patch] PaginatorPage object	Chris Beaven	Adrian Holovaty	"{{{
#!python
class PaginatorPage:
    """"""
    This class is used to work with a page of a paginator object.
    Pass a paginator object, and a valid page number.
    It uses the same methods as a paginator, except you do not need
    to use a page number.
    """"""
}}}

So it's just a page aware paginator object wrapper.

For example, if you have a paginator object in a view, you can set up a !PaginatorPage object (passing the paginator and current page number) and then pass this object directly to your template.

* It can work in a different base (base-1 is nice to work with at a template level)
* It can return the next / previous page number"	enhancement	closed	Core (Other)		normal	wontfix			Unreviewed	1	0	0	0	0	0
