django-suit icon indicating copy to clipboard operation
django-suit copied to clipboard

Django 4.2 compatibility issue

Open rdawad opened this issue 1 year ago • 3 comments

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 _

rdawad avatar Jun 19 '24 17:06 rdawad

Yeah it's dead.

olku avatar Jun 20 '24 13:06 olku

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

gamesbook avatar Jun 21 '24 07:06 gamesbook

Make sure you're using v2, which don't have such issue: https://github.com/darklow/django-suit/blob/v2/suit/widgets.py

darklow avatar Mar 19 '25 10:03 darklow