#13583: Invalid localization of error_messages in form fields
----------------------------+-----------------------------------------------
Reporter: dmitry_nosov | Owner: nobody
Status: new | Milestone: 1.2
Component: Core framework | Version: 1.2
Keywords: error_messages | Stage: Unreviewed
Has_patch: 0 |
----------------------------+-----------------------------------------------
If I use this construction:
forms.IntegerField(min_value=1, max_value=5,
error_messages = {
'max_value': u'Ошибка!',
})
The error message output is
u'u041e\u0448\u0438\u0431\u043a\u0430!'
Instead of
u'Ошибка!'
--
Ticket URL: <http://code.djangoproject.com/ticket/13583>
Django <http://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.