i18n and French
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
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