Makes fixes for python 3.8. In particular, fixes the SyntaxWarnings for "is" and "is not" comparisons with literals and the stack overflows when evaluating len() on TaskQuerySet.
Coverage decreased (-1.0%) to 91.385% when pulling 3b9f7f6aac5680e00d54bffcae0c92b2f357de15 on ahkneipp:develop into 78c3a65ed4d4048d54cbabc52ddd1afb5da3d736 on robgolding:develop.
Fixes #67
Makes fixes for python 3.8. In particular, fixes the SyntaxWarnings for "is" and "is not" comparisons with literals and the stack overflows when evaluating len() on TaskQuerySet.