Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 926 Bytes

CHANGELOG.rst

File metadata and controls

22 lines (16 loc) · 926 Bytes

Changelog

0.1.1 (2021-09-14)

  • 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

0.1.0 (unreleased)

  • Set default_auto_field to BigAutoField to ensure projects don't try to create a migration if they still use AutoField
  • Transfer of forms app from djangocms-frontend