Is there a such thing as user.get_all_permissions()
for groups? I need a list of all of the group's permissions so that I can find names to reference these same permissions later.
Asked
Active
Viewed 237 times
0

mh00h
- 1,824
- 3
- 25
- 45
-
2`group.permissions` which is not what you wanted? – mingaleg Aug 13 '13 at 01:25
-
That's the one. Thanks, for whatever reason I was struggling to find that. `group.permissions.all()` – mh00h Aug 13 '13 at 05:18