[History] handle TypeError when adding action via web
[mygpo.git] / mygpo / subscriptions / signals.py
blob688ff9d20b45ae8176ffad5cc72cff232f266551
1 import django.dispatch
3 # indicates that a podcast was subscribed or unsubscribed
4 # ``sender`` will equal the user. Additionally the parameters ``user`` and
5 # ``subscribed`` will be provided
6 subscription_changed = django.dispatch.Signal()