On 1/9/07, chasfs <[EMAIL PROTECTED]> wrote:
>
> I was looking at django.contrib.auth.models and noticed _ in front of
> the first parameter, e.g.
> first_name = models.CharField(_('first name'), maxlength=30,
> blank=True)
>
> What does that mean/do?
>
See line 5 of that file:
from
I was looking at django.contrib.auth.models and noticed _ in front of
the first parameter, e.g.
first_name = models.CharField(_('first name'), maxlength=30,
blank=True)
What does that mean/do?
Thanks!
--~--~-~--~~~---~--~~
You received this message because
2 matches
Mail list logo