=====================
djExtDirect changelog
=====================

Version 0.10, 04 Sep 2014:
------------------------------
* Django 1.7 compatibility.

Version 0.9, 25 Nov 2013:
------------------------------
* Use json instead of simplejson.
* Django 1.6 compatibility.

Version 0.8, 12 May 2013:
------------------------------
* Move from simplejson to the standard JSON module for Django 1.5
  compatibility.

Version 0.7, 30 Mar 2012:
------------------------------
* Fix the way exception messages are passed to avoid decoding errors.

Version 0.6, 09 Okt 2011:
------------------------------
* 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.

Version 0.5, 05 Sep 2011:
------------------------------
* 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.

Version 0.4, 27 Nov 2010:
------------------------------
* Move Django Forms specific stuff into the FormProvider class.
* Implement handling dynamically created field choices.
* Add fallback to builtin json if simplejson is not available.
* Add a customizable submit button and submit{Success,Failure} events.

Version 0.3, 26 Aug 2010:
------------------------------
* Refactor the module to a package.
* Add login/logout views.
* Add a client implementation.
