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
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
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
3 matches
Mail list logo