We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4b65423
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.