﻿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
31898	New Form Widget similar to Admin Read-only display	David	nobody	"The admin read-only option has been really helpful in displaying fields as text values. In standard forms it can be a pain to build a widget that would display the field value as text in the same way the admin does on either `read_only` fields or on all fields when the user only has `view` permission since 2.1.

My idea, would be to add a standard widget (perhaps `PlainTextWidget`) that would display the form field value in the same way that the admin renders it (as plain text, or in the case of ForeignKeys as the model label). This seems to come up more frequently and since the functionality is used through `contrib.admin` it would likely make sense to include it as more reusable code.

I'd take a stab at a PR, but tracking down how the admin generates the plain text widget is a little beyond me."	New feature	closed	Forms	3.1	Normal	wontfix	forms widget		Unreviewed	0	0	0	0	0	0
