Re: New Forms - Mixing database and non database fields

2008-02-18 Thread Malcolm Tredinnick
On Mon, 2008-02-18 at 00:43 -0800, DanB wrote: > Malcolm, > > thxs for the tip. > I was hoping to get something bit more automatized, but I think I can > live with this approach as well. I guess the approach I forgot to mention is that you can also use form inheritance with modelforms (see the

Re: New Forms - Mixing database and non database fields

2008-02-18 Thread DanB
Malcolm, thxs for the tip. I was hoping to get something bit more automatized, but I think I can live with this approach as well. Cheers, DanB On Feb 15, 6:21 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2008-02-15 at 18:02 +0100, Dan-Cristian Bogos wrote: > > Hello, > > > I need

New Forms - Mixing database and non database fields

2008-02-15 Thread Dan-Cristian Bogos
Hello, I need to mix fields in my forms: in the same form use perhaps fields from same or different models and/or normal form.fields which do not really relate to a database model. What is the recommended way of doing this? Ta, DanB --~--~-~--~~~---~--~~ You rece

Re: New Forms - Mixing database and non database fields

2008-02-15 Thread Malcolm Tredinnick
On Fri, 2008-02-15 at 18:02 +0100, Dan-Cristian Bogos wrote: > Hello, > > > I need to mix fields in my forms: in the same form use perhaps fields > from same or different models and/or normal form.fields which do not > really relate to a database model. > What is the recommended way of doing th