On 11/27/07, sam <[EMAIL PROTECTED]> wrote: > I would like that all users logged could modify the title and content > field (in the standard django admin) > and I would like that just a category of user can modify the > publish_status (always in the standard django admin).
You will not be able to accomplish this. The Django admin application is designed for users who are trusted members of your site staff, not for people upon whom you need to place these sorts of arbitrary restrictions. As a general rule, if you don't trust them enough to let them edit the content, you shouldn't be letting them into the admin in the first place. -- "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 -~----------~----~----~----~------~----~------~--~---