﻿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
19188	"Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded ""page"""	Tom Christie	nobody	"At the moment it's awkward to modify the generic views to use a custom name for the 'page' query parameter.
This fix brings the behavior more in line with other generic view properties.

Use cases:

* Sites in a non-english language may want the query parameter to read as eg. 'pagina=4', not 'page=4'
* Users with specific pagination requirements may need to change the query parameter name (eg perhaps for compatibility with a specific javascript paging library)

Pull req: https://github.com/django/django/pull/467   (Includes docs & test)"	Cleanup/optimization	closed	Generic views	1.4	Normal	fixed			Ready for checkin	1	0	0	0	0	0
