﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35436	HStoreField shows nonASCII characters as unicode-escaped in the admin	Antonis Christofides	Jae Hyuck Sa 	"I have an {{{HStoreField()}}} that has the following contents:


{{{
aira=# select title from aira_maplayer where id=22;
                        title                         
------------------------------------------------------
 ""el""=>""Αρδευτικό δίκτυο"", ""en""=>""Irrigation network""
(1 row)
}}}

In the Django admin, it shows like this:

{{{
{""el"": ""\u0391\u03c1\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc \u03b4\u03af\u03ba\u03c4\u03c5\u03bf"", ""en"": ""Irrigation network""}
}}}"	Bug	closed	contrib.postgres	4.2	Normal	fixed			Ready for checkin	1	0	0	0	1	0
