Does anyone have a code example of __init__ where you modify a form_for_inst/model to remove some fields? I'm trying to build an edit form but don't want to expose all fields of the model. Maybe I missed it but I didn't see this scenario covered in the newforms documentation.
Is this maybe not the right way to go about this kind of scenario. I thought of building a custom form that closely mirrors the model and then tying it into an instance at the end before saving. 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 -~----------~----~----~----~------~----~------~--~---

