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 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."
Quite possibly an indavertent (or even deliberate, I don't know) change when newforms-admin was merged into trunk just before 1.0 was released. >From memory, the screenshots in the tutorial are very old -- probably dating back to about December, 2007 when Leah Culver redid them at a code sprint. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---