Re: Hide specific users from auth user model for non super users

2015-09-10 Thread Xavier Palacín Ayuso
I solve this overrite a UserAdmin class of admin.ModelAdmin: from django.contrib.auth.admin import UserAdmin from django.contrib.auth.models import User from django.utils.translation import ugettext, ugettext_lazy as _ from django.core.exceptions import PermissionDenied class

Hide specific users from auth user model for non super users

2015-09-09 Thread Xavier Palacín Ayuso
I need hide a super admin's users from auth user model of Django of list users template for a normal users or no super admin users. -- 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