Re: Can't get form to update, rather than insert

2009-11-24 Thread Daniel Roseman
On Nov 24, 4:42 am, Nick Arnett wrote: > I have a form that I've tried creating a couple of ways, including as a > ModelForm, which doesn't seem to want to perform an UPDATE operation.  I'm > hoping for some help here... If I create it as a ModelForm, it doesn't > validate, I'm guessing because th

Can't get form to update, rather than insert

2009-11-23 Thread Nick Arnett
I have a form that I've tried creating a couple of ways, including as a ModelForm, which doesn't seem to want to perform an UPDATE operation. I'm hoping for some help here... If I create it as a ModelForm, it doesn't validate, I'm guessing because the form doesn't include the foreign keys in the m