﻿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
14312	list_editable causes 500s for ?p>maximum	Vlada Macek	nobody	"When there is list_editable defined in ModelAdmin && there is pagination active (there exist more than one page of objects) && user requests page beyond the last one, exception is raised:

AttributeError: 'tuple' object has no attribute 'ordered'

Full traceback attached.

Presumably the reason is: The cl.result_list is an empty tuple since the InvalidPage exception handler in ChangeList.get_results, but it's expected to be a queryset by a FormSet constructor (options.py:1057)."		closed	contrib.admin	dev		fixed	sprintnov13	t.django@…	Ready for checkin	1	0	0	0	0	0
