#18407: Validation error messages should support unicode params
-------------------------------------+-------------------------------------
     Reporter:  znotdead             |                    Owner:  claudep
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.4
  (models, ORM)                      |               Resolution:  fixed
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  urls pk admin        |      Needs documentation:  0
  unicode                            |  Patch needs improvement:  0
    Has patch:  0                    |                    UI/UX:  0
  Needs tests:  0                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by Claude Paroz <claude@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [0dc904979d5b6df78662653d498c91f4d54f36c2]:
 {{{
 #!CommitTicketReference repository=""
 revision="0dc904979d5b6df78662653d498c91f4d54f36c2"
 Fixed #18407 -- Made model field's to_python methods fully accept unicode.

 When generating error message in to_python, any unicode string
 containing non-ascii characters triggered a UnicodeEncodeError for
 most field types.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18407#comment:2>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to