Comment 2 for bug 1298494

Revision history for this message
Chris Friesen (cbf123) wrote :

Looks like the problem is with the filter, it should be using

filters = {'uuid': group.members, 'deleted': False}

instead of

filters = {'uuid': group.members, 'deleted_at': None}