Re: docs for the new ModelForm() class

2007-12-12 Thread annacoder
For me, I 'happened' to see the modelforms doc page, and I love using it. I wish it were more prominently displayed. On Dec 12, 12:35 am, John M <[EMAIL PROTECTED]> wrote: > No, I don't need anything added, I'm just slow and didn't see the link > at the end of the newforms doc, dh. > > Thank

Re: docs for the new ModelForm() class

2007-12-11 Thread John M
No, I don't need anything added, I'm just slow and didn't see the link at the end of the newforms doc, dh. Thanks everyone, I love this group, took only 2min to get an answer!! John On Dec 11, 11:32 am, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > On 12/11/07, John M <[EMAIL PROTECTED]>

Re: docs for the new ModelForm() class

2007-12-11 Thread Joseph Kocherhans
On 12/11/07, John M <[EMAIL PROTECTED]> wrote: > > I love newforms, and as soon as I 'master' form_for_instance/model, > you guys come out with something totally awesome, sub-classing > something called ModelForm, wow. > > now, where do i get 'docs' for this? Would the developer group be > best,I

Re: docs for the new ModelForm() class

2007-12-11 Thread Rajesh Dhawan
> I love newforms, and as soon as I 'master' form_for_instance/model, > you guys come out with something totally awesome, sub-classing > something called ModelForm, wow. > > now, where do i get 'docs' for this? Would the developer group be > best,I've found some good stuff there, and a few exampl

Re: docs for the new ModelForm() class

2007-12-11 Thread Karen Tracey
ModelForm is documented here: http://www.djangoproject.com/documentation/modelforms/ On Dec 11, 2007 2:22 PM, John M <[EMAIL PROTECTED]> wrote: > > I love newforms, and as soon as I 'master' form_for_instance/model, > you guys come out with something totally awesome, sub-classing > something cal

docs for the new ModelForm() class

2007-12-11 Thread John M
I love newforms, and as soon as I 'master' form_for_instance/model, you guys come out with something totally awesome, sub-classing something called ModelForm, wow. now, where do i get 'docs' for this? Would the developer group be best,I've found some good stuff there, and a few examples here and