Ignore:
Timestamp:
Sep 15, 2011, 3:34:54 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
5c68184
Parents:
ceaf3bd (diff), fbb362a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Alex Dehnert <adehnert@…> (09/15/11 15:34:54)
git-committer:
Alex Dehnert <adehnert@…> (09/15/11 15:34:54)
Message:

Merge remote branch 'remotes/origin/new-db'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/views.py

    rceaf3bd rbd72d5c  
    121121def select_group_fysm(request, ):
    122122    qobj = Q(activity_category__isnull = True) | ~(Q(activity_category__name='Dorm') | Q(activity_category__name='FSILG'))
    123     queryset = groups.models.Group.objects.filter(qobj)
     123    queryset = groups.models.Group.active_groups.filter(qobj)
    124124    return select_group(
    125125        request,
Note: See TracChangeset for help on using the changeset viewer.