Added
- Python support for 3.12 [61]
- Django support for 4.1 and 4.2 [61]
Changed
- `|safe` is no longer applied within templates [61]
Removed
- Django support for 2.2, 3.0, and 3.1 [61]
- `TBXFORMS_ALLOW_HTML_LABEL`, `TBXFORMS_ALLOW_HTML_HELP_TEXT`, and `TBXFORMS_ALLOW_HTML_BUTTON` settings (developers must now mark strings as safe to render markup) [61] [62]
- `sass` support for <1.33.0 [60]
Fixed
- Documentation referencing an incorrect CSS import path
Pinned packages updated
- `django` from 2.2.x to 3.2.x [61]
- `django-crispy-forms` from 1.13.x to 2.1.x [61]
- `flake8` from 4.0.1 to 5.0.4 [61]