Why would you want to do this in admin ? Admin is for ... hmm admins.

If you want your users to change their info: make your own view (very
easy with modelforms) and add the permission check in your view (this
really isn't difficult at all).

Koen

On 6 mei, 15:50, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote:
> What's the state of the art for row-level permissions in Django?
> I'm working on an application where I need to allow users to edit
> their own personal info but nobody else's. What app, hack, patch or
> branch should I use in order to be able to do this via the admin site?
>
> Thanks,
>
> Rodrigo
--~--~---------~--~----~------------~-------~--~----~
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