Hi Larry, I would just write my own custom view using my own custom forms to do this. I would add my own custom permissions to apply to my custom view. I would avoid using DjangoAdmin to handle such a customized use case.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Larry Martell Sent: Tuesday, November 8, 2016 8:56 AM To: [email protected] 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 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 - here is my use case: 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 this filter. But I want that permission to be separate and distinct from the general change group permission. Anyone have a method to do this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY5obPixfPnFtZxR3z46d5nbdqvFV5%2B-uz9K9XF-RxHLww%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/793143e6ec724691bb6aff255cac7275%40ISS1.ISS.LOCAL. For more options, visit https://groups.google.com/d/optout.

