Re: Implementation of Object Permissions

2012-05-10 Thread Lukasz Balcerzak
GFK approach is scary, indeed. I've got django-guardian to life during the weekend for some future, rather simple, business apps (aimed to be used within company's intranet). I've made one mistake that is already filed (https://github.com/lukaszb/django-guardian/issues/11). Didn't ever really s

Re: Giving Users Permissions on a Subset of Models

2010-12-20 Thread Lukasz Balcerzak
Hi James, You should check out django-authority [1] - as far as I know it is only row-level perms application with "logical checks" (rules). Other apps for managing object permissions are listed at djangopackages.com ("Permissions" grid) [2]. Cheers [1] https://bitbucket.org/jezdez/django-author