﻿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
3433	Use javascript to add more items when using edit_in_line on a ForeignKey	michelts@…	Adrian Holovaty	"When you use edit_in_line on a ForeignKey, you should specify how many options will you limit on creating and modification of the object (with the keyword num_in_admin and so). If we think on the polls example from the doc, I have a Poll and it may have many Choices, I am limited to ""num_in_admin"" choices on creating, and if I want more than ""num_in_admin"" choices, I must create and then modify.

My feature request is, instead of being limited to ""num_in_admin"", django may have a javascript function to create another inline editable item. Google mail uses this idea to add attachments to emails, you have a link ""add another"" that creates a new input to load another file."		closed	contrib.admin	dev		duplicate	ForeignKey edit_inline javascript admin		Design decision needed	0	0	0	0	0	0
