﻿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
10995	Improve paginator to account for very large page_range's	swilly	nobody	"I think it would be beneficial to add some ""digg-style"" features to the Django paginator. Currently, if a user has a large number of pages returned by the 'page_range' template tag for generic views, etc., there is no way of reducing the page_range returned in a sane way without extending the current Paginator. Someone provided a snippet that exhibits this functionality here: [http://www.djangosnippets.org/snippets/628/]

Ideally, I think would want to have something like +/- 5 pages from the current page and Previous/Next buttons before and after the current range when inside a large set. Alternatively, it could display +/- 5 pages from the current page and also 3 from the beginning/end next to First/Last buttons."	New feature	closed	Core (Other)	1.0	Normal	invalid			Design decision needed	0	0	0	0	0	0
