Changes

v0.5.2 (under development)

v0.5.1

  • Added missing data files (thanks Nar Chhantyal)

v0.5

  • Form action take a required third argument request.
  • Support for Django 1.9
  • Removed six dependency
  • Added missing contrib packages (thanks Seán Hayes) (#23)

v0.4.1 (SECURITY RELEASE)

  • Fixed a CSRF vulnerability in the POST handling of forms. Thanks
Marten Kenbeek for the report and patch. (#26)

v0.4

  • 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