hovel / pybbm

Django forum solution. Tested, documented, shipped with example project.
BSD 2-Clause "Simplified" License
225 stars 151 forks source link

Use Python stdlib version of importlib instead of deprecated django.utils.importlib #202

Closed audreyfeldroy closed 8 years ago

audreyfeldroy commented 9 years ago

django.utils.importlib was deprecated in Django 1.7 and removed in 1.9.

This PR updates the import as per Django's recommendation: https://docs.djangoproject.com/en/1.8/releases/1.7/#django-utils-dictconfig-django-utils-importlib

lampslave commented 8 years ago

Thank you.