Skip to content

Releases: MarkusH/django-dynamic-forms

v0.5.3

06 Jan 22:52
v0.5.3
Compare
Choose a tag to compare
  • Fixed Django 1.10 support (#37)

v0.5.2

15 Aug 07:54
v0.5.2
1d4640c
Compare
Choose a tag to compare
Bump version: 0.5.1 → 0.5.2

v0.5.1

15 Aug 07:14
v0.5.1
Compare
Choose a tag to compare
Bump version: 0.5.0 → 0.5.1

v0.5.0

15 Aug 07:12
v0.5.0
Compare
Choose a tag to compare
Bump version: 0.4.0 → 0.5.0

v0.4.1

15 Aug 07:12
v0.4.1
Compare
Choose a tag to compare
Bump version: 0.4.0 → 0.4.1

Release v0.4.0

09 Apr 13:48
v0.4.0
Compare
Choose a tag to compare

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

23 Sep 13:34
v0.3.3
Compare
Choose a tag to compare
  • Updated Portuguese translation (thanks @gladson) (#8)

Release v0.3.2

23 Sep 13:33
v0.3.2
Compare
Choose a tag to compare
  • 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)

Release v0.2

23 Sep 13:27
v0.2
Compare
Choose a tag to compare
  • Fixed some packaging issues (thanks @jezdez)
  • Add Django 1.7's db.migrations
  • Moved to tox for development testing

Release v0.1

23 Sep 13:26
v0.1
Compare
Choose a tag to compare

Initial release