﻿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
17872	Sometime i need a Custom Widget to overrides default Widget on Admin inlines.	Kidwind	nobody	"Sometime i need a Custom Widget to overrides default Widget on Admin inlines.

formfield_overrides = {
        models.TextField: {'widget': MyCustomWidget},
}

and MyCustomWidget need some script to drive.
now the ""add another"" not work well.
so i provide the solution to the problem."	Bug	closed	contrib.admin	dev	Normal	duplicate	InlineModelAdmin		Unreviewed	1	0	0	0	0	1
