Re: How to bind data after instantiation of a new form

2007-06-01 Thread olive
Thanks Malcom. Please forgive me, it is friday and working with Django is equally entertaining and tiring. Have a good WE, Olive. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: How to bind data after instantiation of a new form

2007-06-01 Thread Malcolm Tredinnick
On Fri, 2007-06-01 at 12:33 +, olive wrote: > Hi, > > Is it possible to do something like: > f = myForm() > ... > f.someMethod(myData) > > Instead of: > f = myForm(myData) The newforms code is very readable. It's usually worthwhile having a read of the code to answer questions like this, be

How to bind data after instantiation of a new form

2007-06-01 Thread olive
Hi, Is it possible to do something like: f = myForm() ... f.someMethod(myData) Instead of: f = myForm(myData) ? Olive. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,