Re: inlineformset_factory default values

2011-03-30 Thread Nick
The problem I'm having is this. Those fields that I do not include in my form attempt to update the DB, when the post data is missing those values it blanks out those fields in the DB. I have gotten around this by explicitly stating the fields I would like to update but if I try to include data

inlineformset_factory default values

2011-03-30 Thread Nick
I am using inlineformsets_factory on a form and every time I save those fields that are not made available in the form are overridden to null values on save. How do i get it just to update those fields that are specifically listed in the form? -- You received this message because you are