Changeset 9480c7b for asadb/groups/admin.py
- Timestamp:
- May 28, 2011, 5:08:27 AM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 165e5aa, 9c1f0b2
- Parents:
- 2c0eaa1
- git-author:
- Alex Dehnert <adehnert@…> (05/28/11 05:08:27)
- git-committer:
- Alex Dehnert <adehnert@…> (05/28/11 05:08:27)
- File:
-
- 1 edited
-
asadb/groups/admin.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/admin.py
r59e8bf3 r9480c7b 16 16 ) 17 17 list_display_links = ('id', 'name', ) 18 search_fields = [ 'id', 'name', 'abbreviation', 'officer_email', 'athena_locker', ] 18 19 19 20 class ActivityCategoryAdmin(admin.ModelAdmin):
Note: See TracChangeset
for help on using the changeset viewer.