Skip to content

Get rid of ugettext

Choose a tag to compare

@kra3 kra3 released this 09 May 18:25
· 9 commits to main since this release

As support for Python 2 has been dropped, the library should not rely on ugettext* anymore but can use gettext* variants.
ugettext* have been deprecated in Django 3.0 and will be removed in Django 4.0.

PR: #44