Skip to content

Commit 7517176

Browse files
author
Seth
committed
Update for Wagtail 5.1
1 parent 35c04c0 commit 7517176

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wagtail_advanced_form_builder/models/abstract_advanced_form_mixin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ class AbstractAdvancedFormMixin(models.Model):
182182
default=None,
183183
null=True,
184184
blank=False,
185-
help_text=_('Add fields to the form')
185+
help_text=_('Add fields to the form'),
186+
use_json_field=True,
186187
)
187188

188189
thanks_page_title = models.CharField(

0 commit comments

Comments
 (0)