Re: Difference between a model's field and it's translated version - admin

2007-07-14 Thread Panos Laganakos
Thanks for pointing this out for me mate. I can't afford to switch to the trunk right now, but it's good to know that it has been taken care of. On Jul 14, 6:44 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2007-07-13 at 16:19 +, Panos Laganakos wrote: > > If I have the model sp

Re: Difference between a model's field and it's translated version - admin

2007-07-13 Thread Malcolm Tredinnick
On Fri, 2007-07-13 at 16:19 +, Panos Laganakos wrote: > If I have the model specified as: > > class Candy(models.Model): > name = models.CharField(_('name'), maxlength=25) > > The admin section, displays the field as, 'Name', while the translated > version will appear as 'onoma', ie, the