Re: FormSets with arbitary number of forms

2015-01-02 Thread Some Developer
On 01/01/15 19:52, Edgar Gabaldi wrote: The formset allow you create many instances of an object. What you need is the inline formset. When you create a Album, you can create one or more songs. Ah! Thank you. I must have missed that. I'll check it out. -- You received this message because yo

Re: FormSets with arbitary number of forms

2015-01-01 Thread Edgar Gabaldi
The formset allow you create many instances of an object. What you need is the inline formset. When you create a Album, you can create one or more songs. On Wed, Dec 31, 2014 at 4:59 PM, Some Developer wrote: > I've been reading the documentation on FormSets and must admit that I am a > bit conf

FormSets with arbitary number of forms

2014-12-31 Thread Some Developer
I've been reading the documentation on FormSets and must admit that I am a bit confused. I have a model called Album that contains many Songs. But when a user creates a new album I have no idea how many songs the Album will contain. So I want to create a FormSet that has an Album form and man