django-blog-zinnia / cmsplugin-zinnia

Bridge between django-blog-zinnia and django-cms
BSD 3-Clause "New" or "Revised" License
53 stars 46 forks source link

Fix RemovedInDjango19Warning (django.utils.importlib) #52

Closed bittner closed 8 years ago

bittner commented 8 years ago

Does away with the RemovedInDjango19Warning advertised by Django 1.8.

The suggested replacement importlib exists in the Python 2.7+ and 3 core libraries.

If you want the cmsplugin to be backward compatible with Python 2.6 too, I can add a try-except construct. Please, let me know!