Closed midnightlynx closed 8 years ago
ajax/views.py and ajax/utils.py import from django.utils.importlib, which will be going away in Django 1.9.
Since Django 1.8 is just on the verge of release, there's still plenty of time to work on a fix before 1.9 shows up.
PR submitted to fix this.
Fixed in #69
ajax/views.py and ajax/utils.py import from django.utils.importlib, which will be going away in Django 1.9.
Since Django 1.8 is just on the verge of release, there's still plenty of time to work on a fix before 1.9 shows up.