Revision 93c4dc6b snf-astakos-app/astakos/im/models.py
b/snf-astakos-app/astakos/im/models.py | ||
---|---|---|
2195 | 2195 |
def _sync_projects(sync): |
2196 | 2196 |
sync_finish_serials() |
2197 | 2197 |
# Informative only -- no select_for_update() |
2198 |
pending = ProjectMembership.objects.filter(is_pending=True)
|
|
2198 |
pending = list(ProjectMembership.objects.filter(is_pending=True))
|
|
2199 | 2199 |
|
2200 | 2200 |
projects_log = pre_sync_projects(sync) |
2201 | 2201 |
if sync: |
Also available in: Unified diff