darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.33k stars 705 forks source link

Django 4.2 compatibility issue #797

Open rdawad opened 4 months ago

rdawad commented 4 months ago

Seems not compatible with django 4.2

File "C:\Users\Projects\kc\minc\admin.py", line 18, in from suit.widgets import AutosizedTextarea File "C:\Users\Projects\virtu\env\lib\site-packages\suit\widgets.py", line 5, in from django.utils.translation import ugettext as _

olku commented 4 months ago

Yeah it's dead.

gamesbook commented 4 months ago

Is anyone using the fork at https://github.com/pulse-mind/django-suit which is meant to be 4.2 compatible?