Re: Generic create_update with inline many-to-many

2010-03-10 Thread Beres Botond
Please copy and paste here the Model definitions for Recept, ingredient and 'verhouding' (I'm assuming this is explicitly defined, given the non-standard name) On Mar 10, 11:07 am, Marout wrote: > Hi there, > > I'm relatively new tio django and I can't get to grips with my many-to-many > relation

Generic create_update with inline many-to-many

2010-03-10 Thread Marout
Hi there, I'm relatively new tio django and I can't get to grips with my many-to-many relations. Idea: I have a cooking Recept which has a many-to-many relation to it's ingredients. Recept has: -ID -Name -preparation text -resulting amount (numeric) -resulting amount (unit of measurement => rela