Re: "first_name" -> "First Name"

2006-10-30 Thread Rares Vernica
Thanks a lot for all the answers! Ray Don Arbow wrote: > On Oct 29, 2006, at 8:49 PM, Rares Vernica wrote: >> Where is the django function that does the "first_name" -> "First >> Name" >> transformation? (The function is used by the Admin inter

Re: "first_name" -> "First Name"

2006-10-30 Thread Don Arbow
On Oct 29, 2006, at 8:49 PM, Rares Vernica wrote: > > Where is the django function that does the "first_name" -> "First > Name" > transformation? (The function is used by the Admin interface.) It's in the result_headers method in django/contrib/admin/

Re: "first_name" -> "First Name"

2006-10-30 Thread Adrian Holovaty
On 10/29/06, Rares Vernica <[EMAIL PROTECTED]> wrote: > Where is the django function that does the "first_name" -> "First Name" > transformation? (The function is used by the Admin interface.) It's quite simple: name = name.replace('_', &

Re: "first_name" -> "First Name"

2006-10-30 Thread Frankie Robertson
On 30/10/06, Rares Vernica <[EMAIL PROTECTED]> wrote: > > Actually I mean this transformation: > "first_name" -> "First name". > I don't know where it is and if it is actually an indivdual function that can be performed on strings (it may be).

Re: "first_name" -> "First Name"

2006-10-30 Thread Aidas Bendoraitis
hatas] 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 doe

Re: "first_name" -> "First Name"

2006-10-29 Thread Rares Vernica
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

"first_name" -> "First Name"

2006-10-29 Thread Rares Vernica
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 subscrib