ID: 11160
Title: CSV/JSON/Python exports of views: improve formatting of labels
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.7.0i1
When exporting a view using %output_format=csv|json|python labels would not
get exported properly (concatenated key/value pairs like
"key1:value1key2:value2").
This fix turns the export for labels into raw data structures like
{'key1':'value1', 'key2':'value2'}.
Show replies by date