﻿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
25248	Incorrect readonly_fields representation for some fields	Mikhail	nobody	"Values of fields in readonly_fields in most cases shown as raw values.
I suppose it's incorrect for some fields.

I expected the following behavior:
- CharField with 'choices' attribute should be shown as choice description instead of raw DB value;
- date/time fields should be shown localized (tz, country format);
- FileField should be shown as the link to file (if possible) (related to #14497 [closed, fixed], but I still see plain text with relative file path);
- FilePath - the same as FileField (if possible: only if file can be downloaded);
- ImageField should be shown as image or at link to image file like in FileField;
- ManyToMany should be shown as list of objects __str__ instead of 'app.model.None' string.

Am I right or current behavior is a feature? :)"	New feature	closed	contrib.admin	dev	Normal	invalid		vmspike@…	Accepted	0	0	0	0	0	0
