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 actually displayed in the form (only the editable ones).  I
know it can do it if I write my own SQL but does Django provide a way?

I've read most of the available docs and a lot of stuff on Google and
still don't see how to do these things.

Any help/insight will be appreciated!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to