Releases: MarkusH/django-dynamic-forms
Releases · MarkusH/django-dynamic-forms
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.1
Release v0.4.0
Deprecated Django <1.7
- Added support for Django 1.8 and experimental support for Django 1.9.
- Removed django-appconf dependency.
- Added per form email receivers
- Increased form fields' label max_length to 255
Release v0.3.3
Release v0.3.2
- Introduced the settings variables
DYNAMIC_FORMS_FORM_TEMPLATES
andDYNAMIC_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 overridingdo_display_data
. - Support for @mbi's django-simple-captcha (#2)
- Add Portuguese translation (thanks @gladson) (#4)
- Replaced
formfields.dynamic_form_field_registry
withformfields.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)
Release v0.2
- Fixed some packaging issues (thanks @jezdez)
- Add Django 1.7's db.migrations
- Moved to tox for development testing
Release v0.1
Initial release