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 54 forks source link

Remove reference to defaults module, which was removed in Django 1.6 #52

Closed jackcarter closed 10 years ago

jackcarter commented 10 years ago

Django 1.6 removed the 'defaults' module from django.conf.urls This removes the reference to that module, so that this library can be used with Django 1.6+

justinabrahms commented 10 years ago

If you update this PR and also add django 1.6 to the test runner, I'm happy to merge. Sorry for the delay.