-------------
* Run most tests both with a regular Form and a ModelForm, to avoid regressions such as Issue 40
* Handle the special case where CaptchaFields are instantiated with required=False (Issue 42, thanks DrMeers)
* Fixed a misspelled setting, we now support both spellings, but the docs suggest the correct one (Issue 36, thanks sayadn)
* Added Django 1.6b to testrunner and adapted the test cases to support Django 1.6's new test discovery
* Added German translations. (Thanks digi604)
* Frozen the version of Pillow to 2.0.0, as 2.1.0 seems to be truncating the output image -- Issue 44, Thanks andruby
* Added Polish translations. (Thanks stilzdev)