Ignore:
Timestamp:
Nov 4, 2012, 2:45:54 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Finish support for group membership update cycles

The revised workflow is that you visit a group selection page, and select a
group to update. That checks authz (ASA-#169) and then loads any old update in
the appropriate cycle (ASA-#27).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/admin.py

    r0229bd5 rbda4d86  
    3838        'pk',
    3939        'group',
     40        'cycle',
    4041        'update_time',
    4142        'updater_name',
     
    4748        'num_other',
    4849    )
     50    list_filter = ('cycle', )
    4951    list_display_links = ('pk', 'group', )
    5052    search_fields = ('group__name', 'group__abbreviation', 'updater_name', )
Note: See TracChangeset for help on using the changeset viewer.