On 3/2/07, Fes <[EMAIL PROTECTED]> wrote:
> I have a model which has fields that have been set using a form.
> However I would like to incorporate this model into the admin
> interface. I would like to know if it is possible for this model to
> only have the "Change" rights. For example when the user is at the
> admin interface this model can only be changed rather than the usual
> add and delete functions usually attached to a model. Is this
> possible?

No. The admin application is intended for fully trusted members of
your site staff, not for users whose actions need to be constrained.

If you want to show a change form for a model instance, use the
'update_object' generic view.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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