Ignore:
Timestamp:
Aug 6, 2011, 5:35:15 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
165e5aa, 5b834ab
Parents:
c9d8369
git-author:
Alex Dehnert <adehnert@…> (08/06/11 05:35:15)
git-committer:
Alex Dehnert <adehnert@…> (08/06/11 05:35:15)
Message:

Improve admin usability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/admin.py

    rc27da9e rbb674c2  
    1111    )
    1212    list_display_links = ('group', 'display_name', 'year', )
     13    list_filter = ('year', 'categories', )
     14    search_fields = ('group__name', 'group__abbreviation', 'display_name', 'year', )
    1315
    1416class FYSMCategoryAdmin(admin.ModelAdmin):
Note: See TracChangeset for help on using the changeset viewer.