StefanKjartansson/django-hallo-markdown

Update imports for upcoming Django 1.9 release

funkybob opened this issue · 0 comments

In Django 1.8 at least the following check is emitted when this app is included:

djhallo/widgets.py:5: RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.
  from django.forms.util import flatatt