﻿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
5370	newforms.ValidationError cannot accept a message created by ugettext_lazy	James Bennett	nobody	Currently, if `ugettext_lazy` is used on the error message passed to the newforms `ValidationError` it will raise `AssertionError` because the message is expected to be either a list or a `basestring`. The assertion should instead allow for an instance of `django.utils.functional.Promise` (as the oldforms `ValidationError` already does).		closed	Internationalization	dev		fixed			Ready for checkin	1	0	0	0	0	0
