Releases: barseghyanartur/django-fobi
Releases · barseghyanartur/django-fobi
0.6.8-2016-09-06
- Fixed changing order of the
FormElement
,FormElementEntry
,FormHandler
andFormHandlerEntry
models.
0.6.7-2016-08-30
- 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
- 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
- Minor fixes.
0.6.4-2015-12-24
- Minor fixes.
0.6.3-2015-12-23
- Minor fixes.
0.6.2-2015-12-22
- Make it possible to render a list of forms using custom template tag (not
only on the dashboard page).
0.6-2015-12-18
- Form importers (and as a part of it - MailChimp integration,
which would allow to import forms from MailChimp intodjango-fobi
using
a user-friendly wizard). - Improved Django 1.9 support.
0.5.19-2015-12-15
- New style urls everywhere.
0.5.18-2015-12-08
- Minor improvements. Adding request to the
get_form_field_instances
method
of theFormElementPlugin
.