Changeset ac93a0c for asadb/groups/admin.py
- Timestamp:
- Nov 14, 2011, 3:18:33 PM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- ab453af
- Parents:
- 99587d8
- git-author:
- Alex Dehnert <adehnert@…> (11/14/11 15:18:33)
- git-committer:
- Alex Dehnert <adehnert@…> (11/14/11 15:18:33)
- File:
-
- 1 edited
-
asadb/groups/admin.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/admin.py
r2919697 rac93a0c 33 33 'group', 34 34 'stage', 35 'submitter', 35 36 'president_kerberos', 36 37 'create_officer_list', … … 39 40 ) 40 41 list_display_links = ('id', 'group', ) 41 search_fields = [ 'group__name', 'group__abbreviation', ' president_kerberos', ]42 search_fields = [ 'group__name', 'group__abbreviation', 'submitter', 'president_kerberos', ] 42 43 admin.site.register(groups.models.GroupStartup, Admin_GroupStartup) 43 44
Note: See TracChangeset
for help on using the changeset viewer.