jazzband / django-floppyforms

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

Changing imports to have Django 3 compatibility. #219

Closed javiermatos closed 4 years ago

javiermatos commented 4 years ago

I have made some corrections to fix compatibility for Django 3. Also, I have normalized imports to use version checks instead of the try except pattern.

rtpg commented 4 years ago

Alright, I took these changes and slightly modified them over in #222 , I'm going to leave it open for a day and if it looks good I'll prepare a new release with these changes.

Thank you again for the work in sending in this changeset, really wish I had noticed this earlier