﻿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
33233	Handle 404 Not Found Error when page number is out of page range	DongGeon Lee	DongGeon Lee	"There is pagination in ListView and it show 404 error when page number is out of page range.
It is reasonable but I think the options to control 404 exception always should be there.
In current Implementation, if users want to handle 404 exception(`Http404`), they have to override whole `get_queryset()` in `django.view.generic.list.MultipleObjectMixin` or `validate_number()` in `django.core.paginator.Paginator`.

So I suggest the flag `allow_out_of_range: bool` in `MultipleObjectMixin` class to on/off 404 exception.
(I already have a pull request ready to go.)
"	New feature	assigned	Generic views	4.0	Normal		ListView, Paginator, Pagination	DongGeon Lee	Unreviewed	1	0	0	0	0	0
