Empty arrays are serialized to a list instead of a dict (Json API)

This commit is contained in:
Frederic Guillot
2017-01-24 22:09:13 -05:00
parent 81d14efbd1
commit fa5c12a61d
6 changed files with 9 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ Regressions:
Bug fixes:
* Fix wrong datetime formatting when task form shows validation errors
* Empty arrays are serialized to a list instead of a dict (Json API)
Version 1.0.37 (Jan 14, 2017)
-----------------------------