Releases: UniversitaDellaCalabria/django-form-builder
Releases · UniversitaDellaCalabria/django-form-builder
v0.11
- formset bad definition error exception managed
v0.9.18
CaPTCHA js auto reload after a predefined offset
v0.9.17
- code refactor;
- build_constructor_dict() and get_form() now are methods of forms.BaseDynamicForm class (not models.DynamicFieldMap anymore);
- CAPTCHA language now can be setted in custom_params['lang'] and passed as argument of BaseDynamicForm.get_form() method;
- better docstring.
v.0.9.16
Audio Captcha and minor changes
v0.9.15
some bugfixes, code refactor.
Unit tests and CI now available
v0.9.14
- fix captcha field widget attributes and html tags.
v0.9.13
- choices field up to 20000 characters;
- bugfix
v0.9.12
- max fillable options in CustomMultiChoiceField;
- fix bug in CustomMultiChoiceField clean().
v0.9.11
- DynamicFieldMap valore length up to 10000 chars
v0.9.10
- fix missing import in formsets.py