Re: Admin Inline does not want to edit

2008-09-15 Thread Marek Kubica
Hi, On Sun, 14 Sep 2008 16:58:34 -0700, Aric Coady wrote: > I think this is the same error I'm seeing in > http://code.djangoproject.com/ticket/9076. It involves getting duplicate > pks from the form. I just added the patch to my patch queue and it worked perfectly - thanks a lot! It would be

Re: Admin Inline does not want to edit

2008-09-14 Thread Aric Coady
I think this is the same error I'm seeing in http://code.djangoproject.com/ticket/9076. It involves getting duplicate pks from the form. I've used the below workaround in the meantime. Index: django/forms/models.py === --- django/f

Admin Inline does not want to edit

2008-09-14 Thread Marek Kubica
Hi, I fought against this for the whole day already (with patching Django; creating Form and FormSet subclasses etc.) but nothing helped. I want to have a Message with multiple translations in my database and the admin should display the message and the translations inline. Now the problem is