I found it with follow argument : http://groups.google.fr/group/django-users/browse_thread/thread/e168a85cdd7cc405/df8ad70ae9dfc904?hl=fr&lnk=gst&q=update+generic+view#df8ad70ae9dfc904
On 9 avr, 19:27, picky <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to django and I'm looking how to use generic views. > > I see there is a generic view to update an object. I use it perfectly. > Now, I would like to know if it is possible to use it to update only > some field of an object without display an HTML field for each model > field. Actually, I need some hidden field in the generic view's > response witch are not set to hidden in my model. > > For example, my object has a field for the user id to link it to a > user. When I update this object, I want to hide this field to not > change it. > > Thanks in advance > > Mathieu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

