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
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/
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('_', &
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).
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
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
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
7 matches
Mail list logo