Ignore:
Timestamp:
Oct 13, 2011, 3:10:17 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
654c9af
Parents:
0b72bfd
git-author:
Alex Dehnert <adehnert@…> (10/13/11 03:09:40)
git-committer:
Alex Dehnert <adehnert@…> (10/13/11 03:10:17)
Message:

Allow searching GroupMembershipUpdates? in admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/admin.py

    rc297267 re1f5425  
    4848    )
    4949    list_display_links = ('pk', 'group', )
     50    search_fields = ('group__name', 'group__abbreviation', 'updater_name', )
    5051admin.site.register(forms.models.GroupMembershipUpdate, Admin_GroupMembershipUpdate)
    5152
Note: See TracChangeset for help on using the changeset viewer.