﻿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
10524	Pagination via object_list generic view: Docs don't point out all the variables added to the context	Beetle_B	nobody	"When using pagination with the list_detait.object_list generic view, the following variables are added to the context:

{{{
previous 
next
page
has_next
has_previous
}}}

and perhaps others. Yet, I don't see this documented anywhere. These are all methods of the Page object, and the generic view docs do say that page_obj is added to the context.

If this is legacy behavior that will be removed, I'd really like to know so that I don't use them, and so that I explicitly use the page_obj methods. "		closed	Generic views	1.0		invalid			Unreviewed	0	0	0	0	0	0
