Skip to content

Django 1.7 Support

Compare
Choose a tag to compare
@derekjamescurtis derekjamescurtis released this 14 Jul 09:07
· 47 commits to master since this release

Support for Django 1.4 through 1.7.

Uses stdlib json when available fallback to django.utils.simplejson (when running Django 1.4 w/ Python 2.5).

Addresses #26, #27 and #31.