jazzband / django-floppyforms

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

Support Django 1.9 #160

Closed jonashaag closed 9 years ago

gregmuellegger commented 9 years ago

Hi! Awesome to propose this pull request and thanks for the work. I have commented in a few place in-line. Would you be able to make those changes, I'm happy to merge after that.

gregmuellegger commented 9 years ago

The Python 3.2 tests are failing on TravisCI. But I'm happy to drop 3.2 support so don't worry about these. However, the flake8 check is failing as well. Would you like to tackle this? https://travis-ci.org/gregmuellegger/django-floppyforms/jobs/81732728

If not it's fine it should be minor enough that I will be able to add it after a merge.

gregmuellegger commented 9 years ago

Awesome work! Thanks so much for the PR.

stefanw commented 9 years ago

Thanks everyone! Django 1.9 just got released, so if you have the time, please push a release to pypi.

gregmuellegger commented 9 years ago

@stefanw Done. 1.6.0 is out: https://pypi.python.org/pypi/django-floppyforms/

stefanw commented 9 years ago

:tada: