Re: Need opinion for an object permission rule backend

2010-09-30 Thread Miguel Araujo
Thanks Cesar Canassa. I didn't know this project, I have had a look at the code. The only problem I see with this backend, as the one explained by Apolloner, is the fact, that I don't think it can scale very well. There are so many combinations of object.ids and user.ids to handle, that my approac

Re: Need opinion for an object permission rule backend

2010-09-30 Thread Cesar Canassa
Take a look in the django-guardian project http://github.com/lukaszb/django-guardian Regards, Cesar 2010/9/30 Miguel Araujo > Since you are not suggesting something for inclusion in Django itself, >> this is not the right mailing list for this kind of post. You don't need >> the opinion of the

Re: Need opinion for an object permission rule backend

2010-09-30 Thread Miguel Araujo
> > Since you are not suggesting something for inclusion in Django itself, > this is not the right mailing list for this kind of post. You don't need > the opinion of the core Django developers for this - the publicly > documented APIs and normal Python/programming practices give you > everything y

Re: Need opinion for an object permission rule backend

2010-09-30 Thread Luke Plant
On Thu, 2010-09-30 at 13:29 +0200, Miguel Araujo wrote: > Hi everyone, > > > I have been recently thinking about an object permission system. After > reviewing Florian Apolloner (apollo13) patch for ticket #11010 and > reading his article at Django Advent. I though about creating an > Object Perm

Need opinion for an object permission rule backend

2010-09-30 Thread Miguel Araujo
Hi everyone, I have been recently thinking about an object permission system. After reviewing Florian Apolloner (apollo13) patch for ticket #11010 and reading his article at Django Advent. I though about c