Changeset bd72d5c for asadb/forms/views.py
- Timestamp:
- Sep 15, 2011, 3:34:54 PM (14 years ago)
- 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)
- File:
-
- 1 edited
-
asadb/forms/views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/views.py
rceaf3bd rbd72d5c 121 121 def select_group_fysm(request, ): 122 122 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) 124 124 return select_group( 125 125 request,
Note: See TracChangeset
for help on using the changeset viewer.