joestump / django-ajax

A simple framework for creating AJAX endpoints in Django.
http://github.com/joestump/django-ajax
BSD 3-Clause "New" or "Revised" License
260 stars 53 forks source link

RemovedInDjango19Warning: django.utils.importlib will be removed #66

Closed midnightlynx closed 8 years ago

midnightlynx commented 9 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.

midnightlynx commented 9 years ago

PR submitted to fix this.

nicholasserra commented 8 years ago

Fixed in #69