------------------------------ * Use json instead of simplejson. * Django 1.6 compatibility.
0.8
------------------------------ * Move from simplejson to the standard JSON module for Django 1.5 compatibility.
0.7
------------------------------ * Fix the way exception messages are passed to avoid decoding errors.
0.6
------------------------------ * Automatically grow text area fields generated by FormProvider. * Use DjangoJSONEncoder in order to properly serialize datetimes. * Force django to send a csrf cookie with api/router request responses.
0.5
------------------------------ * Correctly handle Django's CSRF mechanism, getting rid of csrf_exempt. * Add a view for the API that returns plain JSON (e.g. for Ext Designer). * Switch the mime type of responses to application/json.