Changeset c3a5618 for asadb/forms/views.py
- Timestamp:
- Mar 24, 2013, 1:44:25 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 72a3d90
- Parents:
- 5e018d9
- git-author:
- Alex Dehnert <adehnert@…> (03/24/13 01:44:25)
- git-committer:
- Alex Dehnert <adehnert@…> (03/24/13 01:44:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/views.py
r5e018d9 rc3a5618 651 651 except groups.models.Group.DoesNotExist: 652 652 issue = 'unknown group (ignored)' 653 except groups.models.Group.MultipleObjectsReturned: 654 issue = 'multiple groups found (ignored)' 653 655 if issue: 654 656 issues[issue].append((group_name, group_officers, table))
Note: See TracChangeset
for help on using the changeset viewer.