Re: in admin interface - how to edit/show data based on ownership/not ownership

2009-06-14 Thread Sergio A.
I found where to work on. The render_change_form function in the options.py file where the render_change_form is invoked. All the information seem to be available in that context. Sergio On Jun 14, 2:42 pm, "Sergio A." wrote: > I need to identify where to overwrite

Re: in admin interface - how to edit/show data based on ownership/not ownership

2009-06-14 Thread Sergio A.
I need to identify where to overwrite the template selection, and in that place, if I can get current user. I have not found a proper solution yet. Sergio On Jun 11, 10:32 pm, phoebebright wrote: > This post might help >

Re: in admin interface - how to edit/show data based on ownership/not ownership

2009-06-11 Thread phoebebright
This post might help - http://groups.google.com/group/django-users/browse_thread/thread/c84dbbac27c6fea2/cf6624cca547fe89?lnk=gst=admin+owner#cf6624cca547fe89 Not exactly what you want but might give you some ideas. On Jun 11, 7:36 pm, "Sergio A." wrote: > Hello, > >

in admin interface - how to edit/show data based on ownership/not ownership

2009-06-11 Thread Sergio A.
Hello, in this blog post: http://www.b-list.org/weblog/2008/dec/24/admin/ it is explained how to list only data that someone owns and restrict edit permission. What I'd like to do is to list all the data, but let users change only those owned, while showing the rest for reading. This means