We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: