Re: Question on how to update an existing record when using ModelForm

2009-11-22 Thread Preston Holmes
On Nov 22, 4:47 pm, Micah Vivion wrote: > Greetings, > > I have a question on how to update an existing row in my database when one of > the fields is my primary key. I am using ModelForm and Django-Piston - my > main goal here is to have RESTful Post send to my

Question on how to update an existing record when using ModelForm

2009-11-22 Thread Micah Vivion
Greetings, I have a question on how to update an existing row in my database when one of the fields is my primary key. I am using ModelForm and Django-Piston - my main goal here is to have RESTful Post send to my webservice. I am able to have initial Posts be sent correctly (i.e. that Primary