I want to get a list of all Django auth users with a specific permission group, something like this:
user_dict = { 'queryset': User.objects.filter(permisson='blogger') }
I canβt find out how to do this. How are permission groups stored in the user model?
python dictionary django permissions
espenhogbakk Dec 18 '08 at 16:00 2008-12-18 16:00
source share