On Wed, Sep 9, 2009 at 4:08 AM, Daniel Roseman wrote:
>
> As regards updating, Django will only update the fields that have
> changed in any case.
>
I don't believe this is true. Only updating the fields that have changed
would require keeping track of what fields in the Python model instance ha
On Sep 9, 7:10 am, Jim Myers wrote:
> I have a database model with many fields, some of which I don't want
> displayed in a form and others I don't want to be editable. Is it
> possible to do this with a ModelForm? Or is it even possible with
> regular forms?
>
> Furthermore, I only want the SQ
I have a database model with many fields, some of which I don't want
displayed in a form and others I don't want to be editable. Is it
possible to do this with a ModelForm? Or is it even possible with
regular forms?
Furthermore, I only want the SQL update statement to update ONLY the
fields act
3 matches
Mail list logo