- Adjust template to better match django style
- Allow submitting empty array field
- allow choosing subwidget for DynamicArrayWidget
- Handle default values in form field
- Fix tests requirements
- handle default values in model fields
- Add spanish translations
- Add possibility to i18n strings
- Remove debugging print statements
- use default_app_config for easier integration
- Support dynamically-added inline forms
- Add python 3.8 and Django 3.0 to tests
- Can add item after removing everything from the list
- Can add item after removing everything from the list
- Do not call static at startup time
- If field is required empty list raises ValidationError on clean.
- Empty list is no longer recognized as changed.
- First release on PyPI.