NetAngels / django-webodt

django module to create MS Word, PDF and other types of documents from ODF and HTML templates
http://packages.python.org/django-webodt/
93 stars 52 forks source link

Django 1.8/1.9 compatibility #20

Open ckarrie opened 9 years ago

ckarrie commented 9 years ago

Warning in webodt/preprocessors.py, Line 2

RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.
  from django.utils.importlib import import_module
zh-h commented 8 years ago

As Error I have been seen :File "/usr/local/lib/python2.7/dist-packages/webodt/preprocessors.py", line 2, in <module> from django.utils.importlib import import_module

kevwilde commented 8 years ago

Refs #22

kevwilde commented 8 years ago

Seems like this repo is abandoned by the owner. I'm succesfully using this fork now: https://github.com/dimasciput/django-webodt

ckarrie commented 7 years ago

I use my own fork for Django 1.10+ compatibility: https://github.com/ckarrie/django-webodt