changeset 2361 | 40b0c25a5793 |
parent 2177 | e2c193e1f631 |
child 2748 | 7fbc98f3adde |
--- a/app/soc/views/models/request.py Wed May 27 01:47:38 2009 +0200 +++ b/app/soc/views/models/request.py Wed May 27 02:09:38 2009 +0200 @@ -198,6 +198,7 @@ # construct the Unhandled Invites list # only select the Invites for this user that haven't been handled yet + # pylint: disable-msg=E1103 filter = {'link_id': user_entity.link_id, 'status': 'group_accepted'}