Re: Announces django-guardian: per object permissions for Django 1.2

2010-08-05 Thread Russell Keith-Magee
On Thu, Aug 5, 2010 at 3:32 AM, lukaszb wrote: > Thanks for the comment! I really do think that this "backends ready && > included" parts of Django are extremely useful (and fun to extend if > needed). > > About the admin, I haven't really get into admin integration yet as I > cannot answer this:

Re: Announces django-guardian: per object permissions for Django 1.2

2010-08-05 Thread derek
On Aug 4, 9:18 pm, lukaszb wrote: > Welll, at the django.contrib.auth there are only those (User and > Group) models for which one may define permission sets and I wanted > guardian to be as simply as possible - so it is not possible to assign > permission to other model even if it "groups  users"

Re: Announces django-guardian: per object permissions for Django 1.2

2010-08-04 Thread lukaszb
Thanks for the comment! I really do think that this "backends ready && included" parts of Django are extremely useful (and fun to extend if needed). About the admin, I haven't really get into admin integration yet as I cannot answer this: should user with "flatpages.change_flatpage" permission for

Re: Announces django-guardian: per object permissions for Django 1.2

2010-08-04 Thread lukaszb
Welll, at the django.contrib.auth there are only those (User and Group) models for which one may define permission sets and I wanted guardian to be as simply as possible - so it is not possible to assign permission to other model even if it "groups users". At one point I thought it could be nice t

Re: Announces django-guardian: per object permissions for Django 1.2

2010-08-04 Thread derek
On Aug 4, 1:20 am, lukaszb wrote: > Hi all, > > I'd like to announce django-guardian - very basic yet usable per > object permissions > implementation for Django 1.2, using new authorization backend > facilities. > > It was created during 2 days sprint, code have been released and may > be found a

Re: Announces django-guardian: per object permissions for Django 1.2

2010-08-03 Thread Russell Keith-Magee
On Wed, Aug 4, 2010 at 7:20 AM, lukaszb wrote: > Hi all, > > I'd like to announce django-guardian - very basic yet usable per > object permissions > implementation for Django 1.2, using new authorization backend > facilities. > > It was created during 2 days sprint, code have been released and may

Announces django-guardian: per object permissions for Django 1.2

2010-08-03 Thread lukaszb
Hi all, I'd like to announce django-guardian - very basic yet usable per object permissions implementation for Django 1.2, using new authorization backend facilities. It was created during 2 days sprint, code have been released and may be found at http://github.com/lukaszb/django-guardian/. Docum