Skip to content

0.2.27

Compare
Choose a tag to compare
@eoyilmaz eoyilmaz released this 28 Sep 20:09
· 1 commit to master since this release
  • Fixed a bug in Task.responsible attribute. This change has also slightly changed how the Task.responsible attribute works. It still comes from the parent if the Task.responsible is empty or None, but when queried it causes the attribute to be filled with parent data. This is a slight change, but may break some workflows.

  • Added ScheduleMixin.to_unit that converts the given seconds to the given unit in consideration of the given schedule_model.