==========
Changlelog
==========

0.5.7 (2009-01-11)
------------------

BUG FIX: Fixed various problems with File uploads.

* added a default file acccessor that uses python tempfile with a 'store-' file prefix.

0.5.6 (2009-01-09)
------------------

BUG FIX: Fixed bug when using multi part widgets (e.g. Date Parts) inside a sequence. Added example test case.

* changes to handle new schemaish Invalid exception format
* added a contains-error class to container classes that do.

0.5.5 (2009-01-08)
------------------

Add a granular template rendering system (have a look at http://ish.io:8891/CustomisedFormLayout)

0.5.4 (2009-01-06)
------------------

Removed all * imports apart from those at the module level. Checked against pyflakes.

0.5.3 (2009-01-06)
------------------

!! API CHANGES !!

* dateFirst becomes date_first (on dateParts widget)
* allowClear becomes allow_clear (on fileUpload widget)
* fileHandler becomes filehandler (on fileUpload widget)
* showImagePreview becomes show_image_preview (on fileUpload widget)
* noneOption becomes none_option (on select widgets)

Cleaned up repo and fixed bad style in some method attributes and method names

* Added files recommended by pypi including license


0.5.2 (2009-01-05)
------------------

BUG FIX: Added an import except wrapper around the default mako import


0.5.1 (2009-01-05)
------------------

BUG FIX: Problem with redisplayed empty checkboxes after validation


0.5 (2009-01-05)
----------------

NOTE: First External Release
