Re: strategies for adding a custom group permission

2016-11-09 Thread Larry Martell
On Wed, Nov 9, 2016 at 8:32 AM, Melvyn Sopacua wrote: > On Tuesday 08 November 2016 09:55:51 Larry Martell wrote: > >> I need to add a configurable data filter that will be used in my app >> and I want that filter to be specifiable at the django group level. I >> want to be able to give users perm

Re: strategies for adding a custom group permission

2016-11-09 Thread Melvyn Sopacua
On Tuesday 08 November 2016 09:55:51 Larry Martell wrote: > I need to add a configurable data filter that will be used in my app > and I want that filter to be specifiable at the django group level. I > want to be able to give users permission, both at the group level and > the user level, to edit

RE: strategies for adding a custom group permission

2016-11-08 Thread Matthew Pava
[mailto:django-users@googlegroups.com] On Behalf Of Larry Martell Sent: Tuesday, November 8, 2016 8:56 AM To: django-users@googlegroups.com Subject: strategies for adding a custom group permission I posed a question yesterday asking how to separate the group editing permissions from the permission to

strategies for adding a custom group permission

2016-11-08 Thread Larry Martell
I posed a question yesterday asking how to separate the group editing permissions from the permission to edit a new custom group permission that I added. I did not get any replies to that and in researching it I am thinking perhaps that is not possible. So I want to pose the question differently -