Skip to content

Release v0.3.2

Compare
Choose a tag to compare
@MarkusH MarkusH released this 23 Sep 13:33
· 93 commits to master since this release
v0.3.2
  • Introduced the settings variables DYNAMIC_FORMS_FORM_TEMPLATES and DYNAMIC_FORMS_SUCCESS_TEMPLATES to make defining the templates for the form and success display easier and more usable for non-developers. (#1)
  • Allow delayed registration of actions and dynamic form fields.
  • Allow dynamic fields to exclude their value from the mapped_data by overriding do_display_data.
  • Support for @mbi's django-simple-captcha (#2)
  • Add Portuguese translation (thanks @gladson) (#4)
  • Replaced formfields.dynamic_form_field_registry with formfields.formfield_registry and deprecated the former.
  • Fixed sorting of actions and field types by their label (#5)
  • Allow users to get a link to see the data they submitted before at a later time (#6)