Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.13 KB

HISTORY.md

File metadata and controls

65 lines (34 loc) · 1.13 KB

History

1.4.2 (2020-12-08)

  • Adjust template to better match django style

1.4.1 (2020-12-08)

  • Allow submitting empty array field

1.4.0 (2020-10-04)

  • allow choosing subwidget for DynamicArrayWidget

1.3.0 (2020-07-09)

  • Handle default values in form field

1.2.1 (2020-07-09)

  • Fix tests requirements

1.2.0 (2020-07-09)

  • handle default values in model fields

1.1.0 (2020-04-28)

  • Add spanish translations

1.0.7 (2020-04-27)

  • Add possibility to i18n strings

1.0.6 (2020-04-15)

  • Remove debugging print statements
  • use default_app_config for easier integration
  • Support dynamically-added inline forms

1.0.5 (2019-12-30)

  • Add python 3.8 and Django 3.0 to tests

1.0.4 (2019-09-02)

  • Can add item after removing everything from the list

1.0.3 (2019-09-02)

  • Can add item after removing everything from the list
  • Do not call static at startup time

1.0.2 (2019-04-03)

  • If field is required empty list raises ValidationError on clean.

1.0.1 (2019-02-23)

  • Empty list is no longer recognized as changed.

1.0.0 (2019-02-21)

  • First release on PyPI.