Re: verbose_name in admin history function

2009-02-24 Thread Malcolm Tredinnick
On Tue, 2009-02-24 at 15:59 -0800, ralfthewise wrote: > anyone know why in the tutorial (http://docs.djangoproject.com/en/dev/ > intro/tutorial02/#intro-tutorial02) it claims when you view the > history of changes made to a model object in the admin interface, the > text of the message will use th

verbose_name in admin history function

2009-02-24 Thread ralfthewise
anyone know why in the tutorial (http://docs.djangoproject.com/en/dev/ intro/tutorial02/#intro-tutorial02) it claims when you view the history of changes made to a model object in the admin interface, the text of the message will use the fields "verbose_name" rather than the column name, but on a