﻿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
12952	Models history doesn't use verbose names	Antonio Cangiano	Sanyam Khurana	"The history for a model object (within the admin section) should show human-readable messages, favoring verbose names over field names. However, this is not currently the case. For example, consider a model with the following class variable:

{{{
pub_date = models.DateTimeField(""date published"")
}}}


Changing the publication date for an object of that model, will display ""Changed pub_date."" in its admin history, rather than ""Change date published."" as one would expect (as older versions of Django did)."	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed		vvangelovski@… Sanyam Khurana	Ready for checkin	1	0	0	0	0	1
