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

Django 1.9 support: Remove dependency on django.conf.urls.patterns #70

Closed adevore closed 8 years ago

adevore commented 8 years ago

This PR switches urlspatterns to use a list on Django versions that allow it (1.8+). This allows the tests to pass on my computer for Django 1.9.6, 1.8.13, and 1.7.11 for Python 2.7 and 3.5.

nicholasserra commented 8 years ago

Looks great, thanks :D