Open
Description
As part of the process to upgrade the dashboard from Python 2 to 3, we need to upgrade the IATI-Stats repository.
Currently there's two branches of IATI-Stats working on that:
https://github.com/IATI/IATI-Stats/tree/python-3-upgrade-wip is trying to address an issue surrounding json.dump for dictionary and defaultdictionary objects when they use datetimes.
https://github.com/IATI/IATI-Stats/tree/python-3-upgrade is a few steps ahead by implementing an inefficient "hotfix" for the aforementioned issue.