﻿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
4904	newforms.ValidationError doesn't accept translated strings	Thomas Steinacher <tom@…>	nobody	"{{{
>>> from django.utils.translation import ugettext_lazy as _
>>> from django.newforms import ValidationError
>>> ValidationError(_(u'Hello'))
Traceback (most recent call last):
  File ""<console>"", line 1, in ?
  File ""/home/tom/django/django/newforms/util.py"", line 50, in __init__
    assert isinstance(message, basestring), (""%s should be a basestring"" % repr(message))
AssertionError: <django.utils.functional.__proxy__ object at 0xb760a4ec> should be a basestring
>>>
}}}"		closed	Forms	dev		duplicate		djoume@…	Unreviewed	1	0	0	0	0	0
