According to the documentation, Django does not at this point support
per-object permission setting. You can set a users' permissions for a
model class, but not for individual instances of that model.

Are there any code examples concerning how one might work around this?
A practical example could be a forum site where you want a specific
forum to be viewable only for a limited group of users, not for all
logged-in users.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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