Changeset bda4d86 for asadb/forms/admin.py
- Timestamp:
- Nov 4, 2012, 2:45:54 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 72a3d90
- Parents:
- ef00d33
- git-author:
- Alex Dehnert <adehnert@…> (11/04/12 01:13:13)
- git-committer:
- Alex Dehnert <adehnert@…> (11/04/12 02:45:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/admin.py
r0229bd5 rbda4d86 38 38 'pk', 39 39 'group', 40 'cycle', 40 41 'update_time', 41 42 'updater_name', … … 47 48 'num_other', 48 49 ) 50 list_filter = ('cycle', ) 49 51 list_display_links = ('pk', 'group', ) 50 52 search_fields = ('group__name', 'group__abbreviation', 'updater_name', )
Note: See TracChangeset
for help on using the changeset viewer.