On 12/5/07, Percy Rodriguez <[EMAIL PROTECTED]> wrote:
>
>
> On Dec 5, 11:42 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> > On 12/5/07, Percy Rodriguez <[EMAIL PROTECTED]> wrote:
>
> > and it doesn't include any view/read permissions.  The Django admin site
> > code assumes any User with "is_staff" set to True can view/read
> everything.
> > It only uses permissions to limit the ability to add and change objects.
>
> I have a few users with is_staff = True and they can't see any models
> they don't
> have explicit permissions for. I even tried to access other models and
> I get a
> "Permission denied" error.


Ah, I didn't know that.  Guess I misread the docs.

You could try to adapt admin to do what you're asking, but I really think it
would be easier to write your own views.  It's not so hard.

Karen

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