- feat: Success message and redirect action by @fsbraun
- fix: forms did not redirect to same page if sent from alias by @fsbraun
- fix: github coverage action by @fsbraun in #12
- fix: an error when an anonymous user fills the form by @arunk in #13
- fix: Add support for Django-entangled 0.6+ by @fsbraun in #19
- docs: Updated README.rst to show where to add actions by @arunk in #14
- chore: Added venv/ directory to .gitignore by @arunk in #15
New Contributors * @arunk made their first contribution in #13
- feat: updated captcha optional til active by @svandeneertwegh in #4
- feat: Allow actions to add form fields for configuration by @fsbraun in #6
- fix: Update converage action by @fsbraun in #10
- feat: move to hatch build process by @fsbraun
- ci: Add tests for registry by @fsbraun in #5
New Contributors
- @svandeneertwegh made their first contribution in #4
- Set
default_auto_field
toBigAutoField
to ensure projects don't try to create a migration if they still useAutoField
- Transfer of forms app from djangocms-frontend