summaryrefslogtreecommitdiff
path: root/postgresqleu/util/jsonutil.py
AgeCommit message (Collapse)Author
2022-05-16Teach json serialization to serialize Decimal valuesVik Fearing
This is needed in newer versions of python (which may still have other issues, but fix this one as it showed up now).
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spaces before/after comma and colonMagnus Hagander
Mostly not important, but getting rid of the PIP warnings will help catch errors in the future.
2018-12-14Replace tabs with spacesMagnus Hagander
In an effort to close up with PEP8, we should use spaces for indent rather than tabs... Time to update your editor config!
2017-01-23Add ability to dump schedule data as jsonMagnus Hagander
This is only available to conference admins. The idea is to be able to test schedules locally using deploystatic, by feeding this schedule data into the context.override.json file.