Skip to content

Releases: barseghyanartur/django-fobi

0.6.8-2016-09-06

06 Sep 20:42
Compare
Choose a tag to compare
  • Fixed changing order of the FormElement, FormElementEntry, FormHandler
    and FormHandlerEntry models.

0.6.7-2016-08-30

06 Sep 20:42
Compare
Choose a tag to compare
  • Minor fixes in db_store plugin (Django 1.6 compatibility issue).
  • Added str methods to models.
  • Restrict queryset to form element entries related to the form entry in
    position calculation.

0.6.6-2016-05-12

06 Sep 20:42
Compare
Choose a tag to compare
  • Fixed broken dependencies in demos.
  • Minor fixes.
  • Adding a new Select multiple with max plugin, which restricts max number
    of choices allowed to be chosen.

0.6.5-2015-12-24

06 Sep 20:41
Compare
Choose a tag to compare
  • Minor fixes.

0.6.4-2015-12-24

06 Sep 20:41
Compare
Choose a tag to compare
  • Minor fixes.

0.6.3-2015-12-23

22 Dec 23:13
Compare
Choose a tag to compare
  • Minor fixes.

0.6.2-2015-12-22

21 Dec 23:20
Compare
Choose a tag to compare
  • Make it possible to render a list of forms using custom template tag (not
    only on the dashboard page).

0.6-2015-12-18

18 Dec 22:53
Compare
Choose a tag to compare
  • Form importers (and as a part of it - MailChimp integration,
    which would allow to import forms from MailChimp into django-fobi using
    a user-friendly wizard).
  • Improved Django 1.9 support.

0.5.19-2015-12-15

15 Dec 21:45
Compare
Choose a tag to compare
  • New style urls everywhere.

0.5.18-2015-12-08

15 Dec 21:45
Compare
Choose a tag to compare
  • Minor improvements. Adding request to the get_form_field_instances method
    of the FormElementPlugin.