Hello, Please take a closer look at ModelForm documentation: http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#using-a-subset-of-fields-on-the-form
Best regards, -- Valts On Sun, Dec 7, 2008 at 15:46, Peter <[EMAIL PROTECTED]> wrote: > > Say I have model with many fields but I want to present a form to edit > just a subset of these. The ModelForm class makes preparing a form for > a whole model v. easy - somehow it seems there will be a neat way for > doing this but I have not been able to find one. Is there such? > > Thanks, > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

