0.2.27
-
Fixed a bug in
Task.responsible
attribute. This change has also slightly changed how theTask.responsible
attribute works. It still comes from the parent if theTask.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 givenseconds
to the givenunit
in consideration of the givenschedule_model
.