#35436: HStoreField shows nonASCII characters as unicode-escaped in the admin
------------------------------------------------+------------------------
               Reporter:  Antonis Christofides  |          Owner:  (none)
                   Type:  Bug                   |         Status:  new
              Component:  contrib.postgres      |        Version:  4.2
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 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"}
 }}}
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35436>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018f4efe74e1-db00b472-a553-47e6-be71-f9972845e3b1-000000%40eu-central-1.amazonses.com.

Reply via email to