Changes

v0.5 (under development)

Warning

django-dynamic-forms 0.5.x will only support Django >= 1.7!

v0.4

Warning

django-dynamic-forms 0.4.x will be the latest version branch that supports Django < 1.7!

  • Added support for Django 1.8 and experimental support for Django 1.9. (#19)
  • Removed django-appconf dependency.
  • Added per form email receivers (thanks to Nar Chhantyal). (#13)
  • Increased form fields’ label max_length to 255 (thanks to Nar Chhantyal). (#18)

v0.3.4

  • Fixed a issue with missing migrations on Python 2. (#11)

v0.3.3

  • Updated Portuguese translation (thanks Gladson Simplicio). (#8)

v0.3.2

v0.2

  • Fixed some packaging issues. (thanks Jannis Leidel)
  • Added Django 1.7’s db.migrations.
  • Moved to tox for development testing.

v0.1

  • Initial release