﻿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
15653	minor errors in admin pagination custom tag	jcumbo@…	Tim Graham <timograham@…>	"in django.contrib.admin.templates.admin.templatetags.admin_list.py line 48, which currently reads 
{{{
""page_range.extend(range(0, ON_EACH_SIDE - 1))""
}}}
 should read[[BR]]

{{{
""page_range.extend(range(0, ON_ENDS))""
}}}
 instead. [[BR]]
Problem is noticeable if you change ON_EACH_SIDE to a value to 2."	Bug	closed	contrib.admin	1.1	Normal	fixed	pagination		Accepted	1	0	1	0	0	1
