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 59fbed0 commit a2c03abCopy full SHA for a2c03ab
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog
3
=========
4
5
+0.3.0 (2025-01-07)
6
+==================
7
+
8
+* feat: Success message and redirect action by @fsbraun
9
+* fix: forms did not redirect to same page if sent from alias by @fsbraun
10
11
0.2.0 (2025-01-06)
12
==================
13
djangocms_form_builder/__init__.py
@@ -6,7 +6,7 @@
_ = lambda x: x # noqa: E731
-__version__ = "0.2.0"
+__version__ = "0.3.0"
_form_registry = {}
0 commit comments