﻿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
28462	ModelAdmin.list_editable unusably slow and memory intensive with large datasets	Ben Cole	nobody	"Since 1.10 `list_editable` on `ModelAdmin` is unusable for Models with a large-ish dataset.

The problem is caused by a recent change to how the FormSet is generated for the admin. Previously it was generated from the ChangeList result list, but it has been changed to use the admin's `get_queryset` which will return more than the current ""pageful"" of results (potentially the entire dataset) causing Django to generate a form for each instance. This results in Django consuming all available RAM and in some cases the python instance crashing. My personal laptop became unresponsive and I had to force power off.

See https://github.com/django/django/commit/917cc288a38f3c114a5440f0749b7e5e1086eb36#commitcomment-23412084"	Bug	closed	contrib.admin	1.10	Normal	fixed		josh.smeaton@…	Ready for checkin	1	0	0	0	0	0
