gadventures / django-fsm-admin

Mixin and template tags to integrate django-fsm transitions into the django admin.
Other
203 stars 95 forks source link

Fix ugettext and force_text import errors in Django 4.x #100

Closed thejpanganiban closed 10 months ago

thejpanganiban commented 2 years ago

Django ugettext and force_text are now deprecated and now removed in version 4.x. This change adds compatibility support for version 4.x without breaking 3.x

mnamegaurav commented 2 years ago

Facing the same issue, please merge this PR.

blueyed commented 2 years ago

Included in https://github.com/gadventures/django-fsm-admin/pull/92 IIRC, isn't it?