Skip to content

Commit

Permalink
turn off trade request delete notifications for now, see #17
Browse files Browse the repository at this point in the history
  • Loading branch information
pilt committed Aug 21, 2011
1 parent f044f06 commit a213df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cafesys/baljan/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def traderequest_post_delete(sender, instance=None, **kwargs):
requester_signup = ShiftSignup(**requester_kwargs)
requester_signup.save()

traderequest_notice_delete(tr)
#traderequest_notice_delete(tr)
signals.post_delete.connect(traderequest_post_delete, sender=TradeRequest)


Expand Down

0 comments on commit a213df9

Please sign in to comment.