Monday, 12 August 2013

group.get_all_permissions() in Django

group.get_all_permissions() in Django

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.

No comments:

Post a Comment