Re: Inline models in the admin interface not re-savable

2008-08-22 Thread Brian Rosner
On Fri, Aug 22, 2008 at 9:51 AM, markmuetz <[EMAIL PROTECTED]> wrote: > > Hi, > > I've got models defined so as I can edit one instance of model Option > as well as 3 other instances of OptionTranslation in the same Admin > page using the admin.TabularInline class. I can save the Option model > wi

Inline models in the admin interface not re-savable

2008-08-22 Thread markmuetz
Hi, I've got models defined so as I can edit one instance of model Option as well as 3 other instances of OptionTranslation in the same Admin page using the admin.TabularInline class. I can save the Option model with a couple of OptionTranslation model the first time round, but aif I try and edit