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

Compatibility overhaul #68

Closed midnightlynx closed 8 years ago

midnightlynx commented 9 years ago

dropped django 1.5/1.6 support, added 1.7/1.8 support, to match django's supported versions. Added python 3.3/3.4 cross-compatibility through prudent use of six and python-modernize.

midnightlynx commented 9 years ago

Sorry, the ci settings need tweaked.

midnightlynx commented 9 years ago

I'm not entirely sure how to configure the .travis.yml to not try django 1.4 on python 3.x.

midnightlynx commented 9 years ago

Got it figured out.

joestump commented 8 years ago

Closing this in favor of #69, which is based off of this and bumps versions, etc.