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 django-users@googlegroups.com
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