Changeset 0229bd5 for asadb/forms/admin.py
- Timestamp:
- Jul 30, 2012, 1:46:18 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 8f46374
- Parents:
- 68c93e8
- git-author:
- Alex Dehnert <adehnert@…> (07/30/12 01:46:18)
- git-committer:
- Alex Dehnert <adehnert@…> (07/30/12 01:46:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/admin.py
r0b89d5b r0229bd5 60 60 'valid', 61 61 ) 62 list_filter = ('valid', ' groups', )62 list_filter = ('valid', 'cycle', 'groups', ) 63 63 list_display_links = ('pk', 'username', 'cycle', ) 64 64 search_fields = ('username', 'groups__officer_email', 'groups__name', 'groups__abbreviation', )
Note: See TracChangeset
for help on using the changeset viewer.