There is a function get_verbose_name in the file django/db/models/options.py, which does the conversion. If you need just to change the verbose_name, don't forget that there are meta attributes verbose_name and verbose_name_plural for that reason.
Good luck! Aidas Bendoraitis [aka Archatas] On 10/30/06, Rares Vernica <[EMAIL PROTECTED]> wrote: > > Actually I mean this transformation: > "first_name" -> "First name". > > Thanks, > Ray > > Rares Vernica wrote: > > Hi, > > > > Where is the django function that does the "first_name" -> "First Name" > > transformation? (The function is used by the Admin interface.) > > > > Thanks a lot, > > Ray > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

