jazzband / django-floppyforms

Full control of form rendering in the templates.
http://django-floppyforms.readthedocs.org/
Other
837 stars 148 forks source link

Django 3 'six' incompatability #214

Closed catastrophix closed 4 years ago

catastrophix commented 4 years ago

Upgrade to Django 3 results in "ImportError: cannot import name 'six'" error.

Six has been deprecated in Django 3. See this thread on stackoverflow

javiermatos commented 4 years ago

I have dome some changes to try to fix this. They are in #219.

rtpg commented 4 years ago

@catastrophix this is fixed in the latest release