﻿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
15698	Inconsistant handling of context_object_name in paginated MultipleObjectMixin	Dave Hall	Dave Hall	"Without pagination, the MultipleObjectMixin uses a context_object_name based on the name of the model being displayed, such as page_list.

However, when you use pagination by specifying paginate_by, the context_object_name becomes the less-than-helpful object_list.

The fix is simple:

https://github.com/etianen/django/commit/9db221e015185bf422795ef4783b31b154ba3bdd

Basically, the paginator overwrites the queryset with a simple Python list. This patch prevents that."	Bug	closed	Generic views	1.2	Normal	fixed		Dave Hall	Ready for checkin	1	1	0	0	0	0
