jazzband / django-floppyforms

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

Import Warning Django 1.8 #147

Closed lzanuz closed 9 years ago

lzanuz commented 9 years ago

RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.

django.forms.util will be removed on 1.9.

gregmuellegger commented 9 years ago

True thing, I will have a look at this. Thanks for the report! If you want to give it a shot in the meantime, then feel free to create a pull request for this. Go and ask me any questions you have along the way!

rnevius commented 9 years ago

This was already patched with commit 399b6b4

melinath commented 9 years ago

Yep, looks like a patch to fix this was already merged into master.

lzanuz commented 9 years ago

OK, I'm using django-floppyforms==1.3.0.

Maybe it's time of a new version.

Thanks.

gregmuellegger commented 9 years ago

I just released django-floppyforms 1.4.0 which contains the fix for this. Thanks for your help! https://pypi.python.org/pypi/django-floppyforms/

rnevius commented 9 years ago

Thanks @gregmuellegger :+1:

lzanuz commented 9 years ago

+1