﻿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
28605	Use verbose_name and localize field names in the admin history	Carlos Mermingas	nobody	"After an object's field is changed in the admin, the history displays ''Changed __field name__''.

Here, ''__field name__'' is the Python class' attribute that was defined in the model.

I think that it would be better if the admin history displayed the attribute's  {{{verbose_name}}}, if it has one, and translated it.

I am working on an app that will be used in Spanish and English. The admin history in Spanish shows sentences such as ""Modificación de name y description"" when it should be ""Modificación de nombre y descripción"". The {{{name}}} and {{{description}}} fields show their correct translations elsewhere in the admin."	Uncategorized	closed	Uncategorized	1.11	Normal	duplicate	admin history		Unreviewed	0	0	0	0	0	0
