Re: Form with variable fields

2013-01-27 Thread Arnold Krille
On Sat, 26 Jan 2013 17:38:03 -0800 (PST) sephii wrote: > Thanks for your answer. I wanted to avoid using a ManyToMany field in > my case for two reasons: > 1. The artist table has about 700'000 entries, which is really too > big to fit in a element > 2. I could create an autocomplete text widget

Re: Form with variable fields

2013-01-26 Thread sephii
Le dimanche 27 janvier 2013 00:57:42 UTC+1, arnonym a écrit : > > On Sat, 26 Jan 2013 11:39:20 -0800 (PST) sephii > > wrote: > > Hey there, > > > > I'm trying to create a form with a "static" part (a "title" field, a > > "date" field) and a variable part (these are "artist names", so > > that

Re: Form with variable fields

2013-01-26 Thread Arnold Krille
On Sat, 26 Jan 2013 11:39:20 -0800 (PST) sephii wrote: > Hey there, > > I'm trying to create a form with a "static" part (a "title" field, a > "date" field) and a variable part (these are "artist names", so > that's a single field that can be repeated multiple times, with a > minimum of 1). I fir

Form with variable fields

2013-01-26 Thread sephii
Hey there, I'm trying to create a form with a "static" part (a "title" field, a "date" field) and a variable part (these are "artist names", so that's a single field that can be repeated multiple times, with a minimum of 1). I first thought about the MultiValueField but it requires several fiel