Ignore:
Timestamp:
Mar 24, 2013, 1:44:25 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Handle duplicate groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/views.py

    r5e018d9 rc3a5618  
    651651                except groups.models.Group.DoesNotExist:
    652652                    issue = 'unknown group (ignored)'
     653                except groups.models.Group.MultipleObjectsReturned:
     654                    issue = 'multiple groups found (ignored)'
    653655                if issue:
    654656                    issues[issue].append((group_name, group_officers, table))
Note: See TracChangeset for help on using the changeset viewer.