carljm / django-form-utils

[UNMAINTAINED] Form enhancements for Django (fieldset and row-attrs support, and more)
BSD 3-Clause "New" or "Revised" License
146 stars 52 forks source link

RemovedInDjango19Warning #12

Closed elwinbuisman closed 9 years ago

elwinbuisman commented 9 years ago

Since the release of Django 1.8 I'm getting this error:

... site-packages/form_utils/forms.py:12: RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.
from django.forms.util import flatatt, ErrorDict