Karen,

On Jan 9, 12:40 am, "Karen Tracey" <kmtra...@gmail.com> wrote:

> Is there some reason you are not simply using exclude in Meta for the form
> to avoid having these fields present in the form at all:

this would require me to create ModelForm classes for all subsets of
the form I want to use. In my use case I have a small form to edit
each individual field of the model - so i would have to create or
customize a form for every one of its fields. With my approach I can
control in the template which fields of the ModelForm are rendered and
these are then the only fields updated.

Flo


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to