We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b684ef9 commit 234c331Copy full SHA for 234c331
CHANGELOG.rst
@@ -4,11 +4,16 @@ Change log
4
Next version
5
------------
6
7
+0.27
8
+----
9
+
10
+* Avoided crashing when trying to prettify the data.
11
* Limited the email field choices to email fields only when using the send
12
emails to authors option.
13
* Stopped slugifying choice values so that we properly support non-latin
14
characters.
-- Added Python 3.13.
15
+* Added Python 3.13.
16
+* Added support for ``django-simple-captcha``.
17
18
0.26
19
----
form_designer/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.26.2"
+__version__ = "0.27.0"
0 commit comments