File field of Upload from file is now mandatory.
Integrates 1sts IRI improvements in JavaScript test-suite.
Continue testing error messages of mandatory fields, up to 704 tests.
from django.utils.translation.trans_real import translation
def translate_to(value, language_code):
t = translation(language_code)
return getattr(t, 'gettext')(value)