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

Changelog History
Page 1

  • v0.5.18 Changes

    • ๐Ÿ›  Fix some typos in documentation (#210, thanks @stweil)
    • โœ… Test against Django 4.1a
    • โœ… Stopped testing Django < 3.2
  • v0.5.17 Changes

    • ๐ŸŒ English translation created from Spanish ones (#209, thanks @tpazderka)
  • v0.5.16 Changes

    • โž• Adds a migration missing from 0.5.15 (#208, thanks @atodorov)
  • v0.5.15 Changes

    • โšก๏ธ Updated test matrix, drop tests against Python3.6, test against Python3.9
    • โœ‚ Remove dependency on six
    • โœ… Test against Django 4.0a1
    • โœ… Test with Python 3.10 (Django 3.2 and Django 4.0)
    • โœ‚ Remove warning for django 3.2 (#206, thanks @MiStErLu)
  • v0.5.14 Changes

    • Generate deterministic CAPTCHA images for each Captcha instance (#194, thanks @mjnaderi)
    • New setting CAPTCHA_2X_IMAGE to disable the double resolution image option (#195, thanks @mjnaderi)
    • โœ… Test against Django 3.2a
  • v0.5.13 Changes

    • ๐Ÿ›  Fix DeprecationWarnings on Django 3 related to unicode (#173, thanks @jannh)
    • Applied black to the codebase and ignored W503
    • ๐Ÿšš tox: remove superfluous basepython statement (#172, thanks @devkral)
    • ๐ŸŒ i18n: add Persian (fa) language translation files (#190, thanks @mavenium)
    • โœ… Test Django 2.2, 3.0 and 3.1 on Python 3.6, 3.7 and 3.8 (#171, thanks @devkral)
    • ๐Ÿ›  Fix deprecation warnings on Django 3.1 (#186, thanks @ jannh and @TheBuky)
    • โœ… Travis fixes and test on ppc64le arch (#192 and #191, thanks @kishorkunal-raj)
  • v0.5.12 Changes

    July 28, 2019
    • โšก๏ธ Doc: Update url include line for Django (#164, thanks @jpic)
    • ๐Ÿ›  Doc: Fixed a typo (#162, thanks @RubenGarcia)
    • ๐ŸŽ‰ Initial fixes and test against Django 3.0 (#166, #165. Thanks @devkral)
    • Don't open dictionnary file in binary mode (#167, thanks @grasshoppermouse)
  • v0.5.11 Changes

    April 04, 2019
    • โœ… Fix: CAPTCHA_TEST_MODE was broken. (#163, thanks @ohlr for reporting)
  • v0.5.10 Changes

    January 18, 2019
    • โœ… Test against Django 2.2a1
    • ๐Ÿ“„ Docs: Grammar correction (#160, thanks @DanAtShenTech)
    • ๐Ÿ›  Fix: Add '+' to text replacement for audio support (#157, thanks @geirkairam)
    • ๐ŸŒ I18N: Added Swedish translation (#155, thanks @stefannorman)
    • ๐Ÿ“„ Docs: Provide an example of custom field template (#158, thanks @TheBuky)
  • v0.5.9 Changes

    • โž• Add missing Jinja2 templates in the pypi packages.