Home | Trees | Indices | Help |
---|
|
django.contrib.admin.ModelAdmin --+ | django.contrib.auth.admin.UserAdmin --+ | UserAdmin
|
|||
Inherited from |
|
|||
list_display = ['username', 'email', 'first_name', 'last_name'
|
|||
list_filter = ['groups', 'is_staff', 'is_superuser', 'is_active']
|
|||
actions = [allow_share_to_staff, remove_users_from_all_groups]
|
|||
Inherited from |
|
list_display
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:02 2012 | http://epydoc.sourceforge.net |