﻿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
18421	Pagination documentation contains error when no GET request provided	anonymous	nobody	"The current Pagination documentation contains:

page = request.GET.get('page')

This should instead be:

page = request.GET.get('page', 1)

or else, it fails when no GET parameter is provided, which is unfortunate. 

I'll attach a patch momentarily."	Bug	closed	Documentation	1.4	Normal	invalid		Mike Lissner	Unreviewed	1	0	0	0	1	0
