All Versions
35
Latest Version
Avg Release Cycle
110 days
Latest Release
-

Changelog History
Page 4

  • v0.3.6 Changes

    • โœ… Django 1.5 compatibility (only affects tests)
    • Italian localization (thanks @arjunadeltoso)
    • Russian localization (thanks @mikek)
    • ๐Ÿ›  Fixed issue #17 - Append content-length to response (thanks @shchemelevev)
    • ๐Ÿ”€ Merged PR #19 - AJAX refresh of captcha (thanks @artofhuman)
    • ๐Ÿ”€ Merged PR #22 - Use op.popen instead of subprocess.call to generate the audio CAPTCHA (thanks @beda42)
    • ๐Ÿ›  Fixed issue #10 - uniformize spelling of "CAPTCHA" (thanks @mikek)
    • ๐Ÿ›  Fixed issue #12 - Raise error when try to initialize CaptchaTextInput alone and/or when try to initialize CaptchaField with widget keyword argument (thanks @vstoykov)
    • ๐Ÿ”€ Merged PR #15 - Allow a 'test mode' where the string 'PASSED' always validates the CAPTCHA (thanks @beda42)
    • ๐ŸŒ Dutch translation (thanks @leonderijke)
    • ๐ŸŒ Turkish translation (thanks @gkmngrgn)
  • v0.3.5 Changes

    • Fixes issue #4: Fixes id_for_label malfunction with prefixed forms (thanks @lolek09)
  • v0.3.4 Changes

    • ๐Ÿ›  Fixes issue #3: regression on Django 1.4 when USE_TZ is False
  • v0.3.3 Changes

    • Django 1.4 Time zones compatibility
    • PEP 8 love
  • v0.3.2 Changes

    • โž• Added a test project to run tests
    • โž• Added South migrations