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 fresh install of django it actually uses the column name? There is an image about one third of the way down that page (http://docs.djangoproject.com/en/dev/_images/admin06t.png) showing the Change history where the Action is "Changed date published." When I do the same thing on my box with the most recent stable django, I get the action being "Changed pub_date."
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---