﻿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
13424	"option to remove the ""add another"" button on admin.TabularInline"	nickname123	nobody	"There should either be a meta setting in admin.py or logic to turn off the ""add another"" button that shows up when you use an Inline admin table.

Useful case:
I have a model that is automatically populated to contain altered copies of data in a parent table.  The altered copies cannot be modified or added from the admin table because all of the fields have editible=False, but the table shows the add another option anyways.  All of the fields are listed using readonly in the admin.py options for the inline table.  So when you click the add another you just get readonly fields that say (None).  It is confusing and doesn't actually work since you can't really add one from the admin page."		closed	contrib.admin	1.2-beta		invalid			Unreviewed	0	0	0	0	0	0
