From 12434c7c0978b55a1e4a5a5a3240ca824563d533 Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 3 Apr 2012 10:58:27 -0400 Subject: [PATCH] more resolving conflicts --- core/models.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/models.py b/core/models.py index f0661c5c..f362330b 100755 --- a/core/models.py +++ b/core/models.py @@ -184,10 +184,8 @@ class Campaign(models.Model): self.status= 'ACTIVE' self.left = self.target self.save() - active_claim = self.work.claim.filter(status="active")[0] - ungluers = self.work.wished_by() - + ungluers = self.work.wished_by() notification.queue(ungluers, "active_campaign", {'campaign':self, 'active_claim':active_claim}, True) #import regluit.core.tasks as tasks #tasks.emit_notifications().delay()