Skip to content

Releases: UniversitaDellaCalabria/django-form-builder

v0.11

06 Aug 07:23
Compare
Choose a tag to compare
  • formset bad definition error exception managed

v0.9.18

31 May 09:32
Compare
Choose a tag to compare

CaPTCHA js auto reload after a predefined offset

v0.9.17

19 May 11:21
Compare
Choose a tag to compare
  • 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

14 May 22:42
Compare
Choose a tag to compare

Audio Captcha and minor changes

v0.9.15

11 May 12:54
Compare
Choose a tag to compare

some bugfixes, code refactor.
Unit tests and CI now available

v0.9.14

10 May 08:37
Compare
Choose a tag to compare
  • fix captcha field widget attributes and html tags.

v0.9.13

10 May 08:19
Compare
Choose a tag to compare
  • choices field up to 20000 characters;
  • bugfix

v0.9.12

30 Apr 08:38
Compare
Choose a tag to compare
  • max fillable options in CustomMultiChoiceField;
  • fix bug in CustomMultiChoiceField clean().

v0.9.11

29 Apr 10:12
Compare
Choose a tag to compare
  • DynamicFieldMap valore length up to 10000 chars

v0.9.10

29 Apr 07:52
Compare
Choose a tag to compare
  • fix missing import in formsets.py