Changeset 83d82e7 for asadb/groups


Ignore:
Timestamp:
Feb 11, 2013, 3:38:35 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
3bd5839
Parents:
358b26f
git-author:
Alex Dehnert <adehnert@…> (02/11/13 03:38:35)
git-committer:
Alex Dehnert <adehnert@…> (02/11/13 03:38:35)
Message:

Set up list_filter for AthenaMoiraAccount?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/admin.py

    r358b26f r83d82e7  
    196196    list_display_links = ( 'id', 'username', )
    197197    search_fields = ( 'username', 'mit_id', 'first_name', 'last_name', 'account_class', )
     198    list_filter = ( 'account_class', 'mutable', )
    198199admin.site.register(groups.models.AthenaMoiraAccount, Admin_AthenaMoiraAccount)
Note: See TracChangeset for help on using the changeset viewer.