5.4.1 (2026-01-19) ------------------ - avoid duplicate class attributes 5.4.0 (2025-11-25) ------------------ - rename `form_group_class` to `wrapper_class` to align with django-bootstrap5. `form_group_class` is still supported, but deprecated. 5.3.0 (2025-09-15) ------------------ - support `form.required_css_class` (added to the label like in django, but different from django-bootstrap5) - breaking: it is no longer possible to skip a label completely - fix: `show_label=False` create a visually hidden label 5.2.1 (2025-09-03) ------------------ - fix missing templatetags in package 5.2.0 (2025-03-03) ------------------ - switch to pyproject.toml - add support for Django 5.x 5.1.0 (2023-04-18) ------------------ - add support for Django 4.x - fix rendering of hidden fields in `bootstrap_form` - overwrite the default form template so that `{{ form }}` will produce the same output as `{% bootstrap_form form %}` (starting with Django 4.0) - starting with Django 4.0, make use of `widget.use_fieldset` - use same font size for `` as for `