You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If td_timeuntil is passed None (such as an empty datetimefield) then it causes a TypeError: unsupported operand type(s) for -: 'NoneType' and 'datetime.date'. This should probably just return None. (Though I am not sure how td_to_dict would handle that...)
The text was updated successfully, but these errors were encountered:
If td_timeuntil is passed None (such as an empty datetimefield) then it causes a
TypeError: unsupported operand type(s) for -: 'NoneType' and 'datetime.date'
. This should probably just return None. (Though I am not sure how td_to_dict would handle that...)The text was updated successfully, but these errors were encountered: