pinax-badges
pinax-badges copied to clipboard
fix: use gettext_lazy instead of ugettext_lazy
ugettext functions were marked as deprecated in Django 3.0 and removed in 4.0
Changes proposed in this PR:
- use gettext_lazy instead of ugettext_lazy
@KatherineMichel Hi, is this project maintained at all? This PR should fix compatibility with Django 4.0
@KatherineMichel @alex @brosner @deepthawtz @joshourisman @skeet70 @jtauber @mdippery @paltman @grahamu @fabiommendes @onlyphantom @longhotsummer Hi, is this project maintained at all? Are there any plans?