Skip to content

django-subscriptions-1.1.0

Compare
Choose a tag to compare
@jarshwah jarshwah released this 04 Oct 12:08
· 5 commits to master since this release

v1.1.0 (2019-10-04)

  • Transition methods that received a reason argument now accept a description argument,
    which is stored on the state log, so that reasons aren't lost. Reason is still valid,
    but will not be persisted to the state log. Migrate to using description, and it will
    log in the state log AND the reason field.
    state_unknown, renewal_failed, end_subscription are affected.