File: CHANGELOG.md

package info (click to toggle)
python-crispy-bootstrap4 2025.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: python: 1,956; sh: 6; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 893 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# CHANGELOG FOR CRISPY-BOOTSTRAP4

## 2025.6 (2025-06-08)

* Added support for Python 3.13.
* Added support for Django 5.2.
* Changed `id` for help text to align with aria-describedby attribute added by Django 5.0+.

## 2024.10 (2024-10-05)

* Fixed ignoring of `css_class` attribute in `accordion.html`, `accordion-group.html` and `tab.html` templates.
* Bumped the minimum supported version of django-crispy-forms to 2.3.
* Confirmed support for Django 5.1.

## 2024.1 (2024-02-27)

* Enabled custom-control checkbox inputs when `show_form_labels` is False.

## 2023.1 (2023-10-16)

* Confirmed support for Django 4.2.
* Dropped support for Django 3.2, 4.0 and 4.1.
* Added support for Django 5.0.
* Added support for Python 3.12.
* Dropped support for django-crispy-forms 1.x.

## 2022.1

* Initial release to move the template pack from core crispy-forms to a 
  standalone template pack.