Commit Graph

3 Commits

Author SHA1 Message Date
Montana
193d128d7f Update JSONEncoder to accept FileStorage objects 2019-02-07 11:31:52 -05:00
leigh-mil
4c775517b9 Prevent python datetime from converting to Javascript datetime before json encoding.
Previously the conversion from python to Javascript datetime objects was
adding timezone information, which was causing the date to render
incorrectly because the users timezone was different than the encoded
time zone.
2019-02-01 13:30:38 -05:00
Patrick Smith
e51a9012fd Add custom JSON encoder to handle attachment objects 2019-01-23 14:57:14 -05:00