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 7cd6fbc commit 2cf906cCopy full SHA for 2cf906c
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog
3
=========
4
5
+0.3.2 (2025-03-04)
6
+==================
7
+
8
+* fix: Action tab failed form validation if djangocms-link was installed
9
10
0.3.1 (2025-03-03)
11
==================
12
djangocms_form_builder/__init__.py
@@ -6,7 +6,7 @@
_ = lambda x: x # noqa: E731
-__version__ = "0.3.1"
+__version__ = "0.3.2"
_form_registry = {}
0 commit comments