django-simple-captcha v0.3.9 Release Notes

    • โœ… 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)