From: Matthijs Kooijman Date: Sat, 31 Jan 2009 13:27:02 +0000 (+0100) Subject: Merge branch 'production' X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=d0284ad0db06a4e81bc340619122d6d59abefed7;hp=ccea1688864967c8ad0f98aa7d21aec69d1ddfd7 Merge branch 'production' * production: Reconnect the influence_saved notify handler. --- diff --git a/influences/notify.py b/influences/notify.py index 3b5d874..d53ab36 100644 --- a/influences/notify.py +++ b/influences/notify.py @@ -23,6 +23,8 @@ def influence_saved(**kwargs): # TODO: Perhaps only notify when the status is / becomes Done? notify(recipients, 'influences/email/influence_changed.html', {'influence' : instance, 'created' : created}) +signals.post_save.connect(influence_saved, sender=Influence) + def comment_saved(**kwargs): if (settings.DEBUG): return