- Added support for Django 5.1.
- Fixed
accordion.html
,accordion-group.html
andtab.html
templates to rendercss_class
attribute. - Dropped support for django-crispy-forms 2.2 and earlier.
- FormActions template improvements. The template now considers the
css_class
argument and adds therow
class for Horizontal forms.