* Drop support for Django 3.0 * Upgrade crispy_forms dependency, now version >= 1.12.0 is required
0.4.0
------------------
* Feature: add ``label_class`` helper attribute * Feature: add support for horizontal forms * BREAKING CHANGE: HTML in labels is now being escaped, this is consistent with django. * BREAKING CHANGE: EmailField and EmailInput have been removed. Use django.forms.EmailField instead. * Feature: add support for forms.MultipleChoiceField with CheckboxSelectMultiple as widget.
0.3.1
------------------
* Fix input wrapper, replace p tag with a div * Fix checkbox rendering, the input was rendered twice * Initial version by ckrybus (tests, docs, packaging, no logic changes)