Re: newforms and updating

2008-01-25 Thread Vance Dubberly
ah so the idea is to us a url something like this for form /module/item_id/edit and save to /module/item_id/save feels queer but i'll try and get used to it. thanks i guess i couldn't get my head outa the rut.. Vance On Jan 25, 2008 7:07 PM, Brian Rosner <[EMAIL PROTECTED]> wrote: > >

Re: newforms and updating

2008-01-25 Thread Brian Rosner
On 2008-01-25 19:18:22 -0700, "Vance Dubberly" <[EMAIL PROTECTED]> said: > > ok so this ones got to be really simple and I've go to be really stupid. > > I want to update a model of something I already have in the database > so I made a ModelForm that doesn't do anything special for it and I >

newforms and updating

2008-01-25 Thread Vance Dubberly
ok so this ones got to be really simple and I've go to be really stupid. I want to update a model of something I already have in the database so I made a ModelForm that doesn't do anything special for it and I use that form to generate a form in a template using the normal form.as_table method.