I'm new to Django and looking at some old packages. I have 1.5 installed and see that one some of the older apps they use the syntax _(
a lot for example...
help_text=_(u'something')
What is this? Was it depreciated? Will it give me issues with 1.5?