On 8/4/06, Dave <[EMAIL PROTECTED]> wrote:
>
[snip]
> How can I set up the User permissions such that the logged in User can
> only access Orders they've created?
>

This feature is not yet available, although it is being worked on [1].
As a workaround, I believe it has generally been suggested that you
should add some code to your view which checks that the current user
is the same as the user who created the entry and act accordingly
there.  A quick search of the list should give you plenty of examples.
Of course, this means that generic views are out and it won't affect
the admin app.

[1] http://code.djangoproject.com/wiki/RowLevelPermissions
-- 
----
Waylan Limberg
[EMAIL PROTECTED]

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

Reply via email to