Skip to content

Updates for Django 3+ compatibility#29

Open
hudsonvalleygb wants to merge 3 commits into
jazzband:masterfrom
hudsonvalleygb:master
Open

Updates for Django 3+ compatibility#29
hudsonvalleygb wants to merge 3 commits into
jazzband:masterfrom
hudsonvalleygb:master

Conversation

@hudsonvalleygb
Copy link
Copy Markdown

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

Fixes import error for removal of six from django_utils after django 3.0
Fixes import of BoundField (django.forms.forms compatibility import has been removed prior to Django 3.0)
Adds six as a requirement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant