﻿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
5357	Documentation should include page argument of object_list	Brian Morton <rokclimb15@…>	mitja	Currently, the generic view documentation at [http://www.djangoproject.com/documentation/generic_views/#django-views-generic-list-detail-object-list] makes no mention of the page keyword argument, which is the current page being viewed.  This is transparent if you are calling object_list from the urlconf, since the view receives this argument on its own.  However, if you are writing a wrapper around object_list, it is important to know that it accepts the page argument since you must intercept it and pass it yourself.  Otherwise the view will not function properly with pagination.		closed	Documentation	dev		fixed	object_list, page, pagination, sprintsept14		Ready for checkin	1	1	0	0	0	0
