﻿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
1033	[patch] Generic view `list_detail` pagination should be one-indexed in URL	Tom Tobin <korpios@…>	Jacob	"While having the `ObjectPaginator` class be zero-indexed internally makes sense, having the GET variable for the current page number also be zero-indexed doesn't; one-indexed numbers are all a user should have to understand, and it's doubly confusing to be visiting a page claiming to be ""3 of 4"" yet have `?page=2` in the URL.

The attached patch fixes the `list_detail` generic view to be one-indexed, while leaving `ObjectPaginator` alone (i.e., zero-indexed).
"	enhancement	closed	Generic views		normal	fixed			Unreviewed	1	0	0	0	0	0
