# HG changeset patch # User Lennard de Rijk # Date 1252097483 -7200 # Node ID 17d5cfe85faf9a23b3d69bd91b385d6ecd681cde # Parent ea99091618401ad9223ec6be52fac28bf0d66c73 Fixed GHOP Cleaning clean_mentors_list method from using query on list. Somehow this fix was missing from the previous revision, bad HG. diff -r ea9909161840 -r 17d5cfe85faf app/soc/modules/ghop/logic/cleaning.py --- a/app/soc/modules/ghop/logic/cleaning.py Fri Sep 04 22:42:47 2009 +0200 +++ b/app/soc/modules/ghop/logic/cleaning.py Fri Sep 04 22:51:23 2009 +0200 @@ -74,7 +74,7 @@ filter = { 'scope_path': self.cleaned_data.get('scope_path'), - 'status': ['active'] + 'status': 'active' } mentors_list = []