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 ef3f3da commit dfaa813Copy full SHA for dfaa813
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG FOR CRISPY-BOOTSTRAP4
2
3
+## 2024.1 (2024-02-27)
4
+
5
+* Enabled custom-control checkbox inputs when `show_form_labels` is False.
6
7
## 2023.1 (2023-10-16)
8
9
* Confirmed support for Django 4.2.
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-VERSION = "2023.1"
+VERSION = "2024.1"
def get_long_description():
0 commit comments