We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbae65 commit ae77d38Copy full SHA for ae77d38
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG FOR CRISPY-BOOTSTRAP3
2
3
+## 2024.1
4
+
5
+* Updated supported versions:
6
+ * Django 3.2, 4.2 and 5.0.
7
+ * Python 3.8+.
8
+* Fixed form-control class issue with checkboxes.
9
10
## 2022.1
11
12
* Initial release to move the template pack from core crispy-forms to a
crispy_bootstrap3/__init__.py
@@ -1 +1 @@
-__version__ = "2022.1"
+__version__ = "2024.1"
0 commit comments