Re: permissions at per specific object instance

2010-05-05 Thread Dj Gilcrease
On Wed, May 5, 2010 at 4:09 PM, zweb  wrote:
> I need to build "permissions at per specific object instance" for my
> app.
>
> Anyone has already done it ?  Also it says django developers are
> already discussing it..
>
> You can please refer me to the threads or blog posts on it.

http://djangoadvent.com/1.2/object-permissions/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: permissions at per specific object instance

2010-05-05 Thread Peter Herndon
http://packages.python.org/django-authority/

or, an alternative:

http://pypi.python.org/pypi/django-objectpermissions/

---Peter Herndon

On May 5, 2010, at 4:09 PM, zweb wrote:

> "Permissions are set globally per type of object, not per specific
> object instance. For example, it's possible to say "Mary may change
> news stories," but it's not currently possible to say "Mary may change
> news stories, but only the ones she created herself" or "Mary may only
> change news stories that have a certain status, publication date or
> ID." The latter functionality is something Django developers are
> currently discussing."
> 
> I need to build "permissions at per specific object instance" for my
> app.
> 
> Anyone has already done it ?  Also it says django developers are
> already discussing it..
> 
> You can please refer me to the threads or blog posts on it.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.