Re: gettext vs ugettext_lazy

2021-12-03 Thread David Nugent
Correction, Python 2.x support On Fri, Dec 3, 2021 at 8:12 PM David Nugent wrote: > Don't use ugettext*, they are deprecated and no longer exist in 3.x. m > They were for Django 2.x support. > > On Fri, Dec 3, 2021 at 5:54 PM wrote: > >> Hello >> >> Would like to know, what are the difference b

Re: gettext vs ugettext_lazy

2021-12-03 Thread David Nugent
Don't use ugettext*, they are deprecated and no longer exist in 3.x. m They were for Django 2.x support. On Fri, Dec 3, 2021 at 5:54 PM wrote: > Hello > > Would like to know, what are the difference between gettext and > ugettext_lazy? > > When to use each of them? > > -- > You received this mes