Django Recaptcha Versions Save

Django reCAPTCHA form field/widget integration app.

4.0.0

6 months ago

Package namespace renamed!

The package namespace captcha has been renamed to django_recaptcha to avoid conflicts with other captcha packages.

Please see the full CHANGELOG for all changes and upgrade considerations

What's Changed

New Contributors

Full Changelog: https://github.com/django-recaptcha/django-recaptcha/compare/3.0.0...4.0.0

3.0.0

2 years ago

What's Changed

Individual contributors supported by Torchbox have taken over maintenance of this package from Praekelt. See the Github Announcement.

  • Added support for Django 3.2 and 4.0
  • Changed log level of check failures from error to warning.
  • Only provide default_app_config for django.VERSIONs lower than 3.2
  • Switch testing from Travis to Github Actions.
  • Removed upper Django dependency constraint

Breaking changes:

  • Removed support for Django 1.11 and Python 2

Full Changelog: https://github.com/torchbox/django-recaptcha/compare/2.0.6...3.0.0