[Answered ]-Django 1.5 and old syntax _(

2👍

That is gettext for internationalizing an application

Django provides documentation on their site.

according to the docs, In django 1.5 it is located at

from django.utils.translation import ugettext as _

It was not deprecated

Leave a comment