﻿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
11574	Allow extra blank rows for adding new records when using list_editable in admin change list view	Ryan Fugger	Adonys Alea Boffill	"Now that we can edit records in bulk in the admin using `list_editable`, it would be nice to be able to add new items in bulk in the same way.  Something like a `list_editable_extra` field on `ModelAdmin` that works similarly to the `extra` field on `InlineModelAdmin`.  

What's seems to be needed:

 * Set the `extra` parameter to modelformset_factory in `ModelAdmin.get_changelist_formset` to generate the empty forms.
 * Adapt the `result_list` template tag in `admin_list.py` to show the extra forms.  This can be done by calling `items_for_result` with an empty model for each empty form.
 * Adapt paginator and actions area to account for the extra rows.  Not quite sure how to do this."	New feature	closed	contrib.admin	dev	Normal	wontfix	list_editable extra rows add	cmawebsite@…	Accepted	0	0	0	0	0	1
