Closed lociii closed 3 years ago
Since Django 2.0 ugettext functions are only aliases to their respective gettext counterparts. The unicode compatibility handling has been removed.
As of Django 3.0 using ugettext* raises a RemovedInDjango40Warning deprecation warning.
Libraries without warning are much sexier. So let's get rid of them.
Since Django 2.0 ugettext functions are only aliases to their respective gettext counterparts. The unicode compatibility handling has been removed.
As of Django 3.0 using ugettext* raises a RemovedInDjango40Warning deprecation warning.
Libraries without warning are much sexier. So let's get rid of them.