i18n and French

2005-09-23 Thread asrenzo
Hi, Just a simple post to tell you that if you need some help with french translation during your i18n convertion : I'll be glad to help you ;-) Regards, Laurent.

_(pre/post)_save relative question

2005-08-31 Thread asrenzo
Hi, I'm sorry to bother you with this question but I posted in the users list and it seems that nobody can answer me. So here is my problem : class Toto(meta.Model): parent = meta.ForeignKey("self") name = meta.CharField(maxlength=255, null=False, default='') class META: adm