Changeset 0b89d5b


Ignore:
Timestamp:
Nov 30, 2011, 12:49:42 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
48f6e0c
Parents:
055a7e9
git-author:
Alex Dehnert <adehnert@…> (11/30/11 12:49:42)
git-committer:
Alex Dehnert <adehnert@…> (11/30/11 12:49:42)
Message:

Allow searching PersonMembershipUpdates? in admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/admin.py

    re1f5425 r0b89d5b  
    6262    list_filter = ('valid', 'groups', )
    6363    list_display_links = ('pk', 'username', 'cycle', )
     64    search_fields = ('username', 'groups__officer_email', 'groups__name', 'groups__abbreviation', )
    6465admin.site.register(forms.models.PersonMembershipUpdate, Admin_PersonMembershipUpdate)
Note: See TracChangeset for help on using the changeset viewer.