Skip to content

Releases: wagtail-nest/wagtail-django-recaptcha

Release list

v2.2.0

Choose a tag to compare

@Stormheg Stormheg released this 18 Apr 13:30
v2.2.0
ac3cd8b

2.2.0 (2026-04-18)

The project is now maintained by the Wagtail Nest community.

  • Switch from setup.py to pyproject.toml
  • Add support for Wagtail 7.0 and 7.3
  • Add support for Django 6.0
  • Add support for Python 3.14
  • Remove support for Wagtail <= 6.3
  • Remove support for Python <= 3.9

1.0

1.0

Choose a tag to compare

@loicteixeira loicteixeira released this 06 Mar 05:33
f546b03

Add Wagtail 2.0 compatibility.
Ensure captcha field is properly removed from submission data. (issue #11)
Allow subclassing of the form builder. (issue #7)