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

Updates for Django 3+ compatibility

Open hudsonvalleygb opened this issue 1 year ago • 0 comments

Django-superform ceased functioning with Django 3.0, when they removed six from django.utils. This also fixes the broken import of the BoundField in boundfield.py as the django.forms.forms.BoundField compatibility import was removed prior to Django 3.2

hudsonvalleygb avatar May 16 '23 18:05 hudsonvalleygb