Skip to content

django-subscriptions-1.0.0

Compare
Choose a tag to compare
@jarshwah jarshwah released this 04 Jul 00:22
· 12 commits to master since this release
6a2e8a7

v1.0.0 (2019-07-03)

  • Breaking Change suspended_timeout now triggers for subscriptions in SUSPENDED state that are
    timeout_hours past the subscription.end time. It used to trigger if subscription.last_updated
    hadn't changed for timeout_hours, but if trigger_suspended was running daily, the subscription
    was constantly being updated, and trigger_suspended_timeout would never find a record to end().