Changeset 9af1bb4 for asadb/groups/diffs.py
- Timestamp:
- Jun 3, 2013, 6:04:32 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 1e08e97
- Parents:
- c4282e2
- git-author:
- Alex Dehnert <adehnert@…> (06/03/13 06:01:26)
- git-committer:
- Alex Dehnert <adehnert@…> (06/03/13 06:04:32)
- File:
-
- 1 edited
-
asadb/groups/diffs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/diffs.py
rafc5348 r9af1bb4 244 244 245 245 def default_active_pred(): 246 status_objs = groups.models.GroupStatus.objects.filter(slug__in=['active', 'suspended', 'nge'])246 status_objs = groups.models.GroupStatus.objects.filter(slug__in=['active', 'suspended', ]) 247 247 status_pks = [status.pk for status in status_objs] 248 248 def pred(version, fields):
Note: See TracChangeset
for help on using the changeset viewer.